Closed dmtucker closed 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.