Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

dumb question about parameter expansion



Hello.

Looks like it's dumb question, but I can't understand this.

% zsh -f
% l='ls'
% o='-l -h'
% $l $o
ls: invalid option -- ' '
Try `ls --help' for more information.

% ls -l -h
total 512
drwxr-x---  2 sergio sergio ...

--
sergio.



Messages sorted by: Reverse Date, Date, Thread, Author