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

read stdin in variable howto ?



hi all,

is there a way to use $(<) to read stdin ? it will be great for write
something like

for arg ( ${(f)"$(<)"} $@ ) treat_arg $arg

regards
mc



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