dmtucker / config

Personal Environment
MIT License
1 stars 2 forks source link

Escapes are not handled correctly in Bash. #13

Closed dmtucker closed 9 years ago

dmtucker commented 9 years ago
[2015-05-10T16:16:24-0700] david@animus.cosmarium.net $ l /Volumes/PENSIEVE/Tom\ \&\ Jerry/
/Volumes/PENSIEVE/Tom does not exist.
& does not exist.
Jerry/ does not exist.
dmtucker commented 9 years ago

This problem stems from the fact that l tries to support multiple args (i.e. $@ instead of "$@"):

[2015-05-11T17:42:16-0700] dtucker@dtucker-wkstn $ l "./foo bar.txt"
./foo does not exist.
bar.txt does not exist.