- Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
not sure if this is the right place, but the bash syntax highlighter breaks if command substitution is done inside parameter expansion
foo=${foo:-$(date | awk '{print $0}')}# now everything is messed upforfin ./*.js;doecho"$f"doneThe curly braces inside the awk command throw off the outside curly braces used around the variable it seems
Metadata
Metadata
Assignees
Labels
No labels