[–] chatmasta 11y ago ↗ Except now you can't start your commands with $... [–] nilved 11y ago ↗ Presumably you can't start your commands with "sh" either! [–] throw_away 11y ago ↗ all shell expansions work as expected (even constructions like $(cmd)). I can't think of any other use where I start a command with a '$'. [–] [deleted] 11y ago ↗ (comment deleted) [–] ChristianBundy 11y ago ↗ Can you give me an example of a command where this wouldn't work? You can still do command substitution with `$`, as seen below: $(echo pwd) | $ xargs echo [–] chatmasta 11y ago ↗ Yeah, I was unable to execute $!
[–] throw_away 11y ago ↗ all shell expansions work as expected (even constructions like $(cmd)). I can't think of any other use where I start a command with a '$'.
[–] ChristianBundy 11y ago ↗ Can you give me an example of a command where this wouldn't work? You can still do command substitution with `$`, as seen below: $(echo pwd) | $ xargs echo [–] chatmasta 11y ago ↗ Yeah, I was unable to execute $!
6 comments
[ 2.9 ms ] story [ 28.3 ms ] thread