On 03/30/10 06:39, Stefano Sabatini wrote: > prog --opt (cat FILE) > > doesn't work as the output of the command is not put into a single > argument (as it may contain newlines, spaces, etc.)
Yes, it does work: Fish never expands on white-space. (On the other hand, it is still annoying that fish doesn't let you put expansions inside quotes -- just for syntactical convenience inside longer quoted strings, not because it does anything different there...) -Isaac ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
