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

Re: Lonely spacecowboy



Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>:
[...]
>  while IFS= read -r line; do
>    cmd -- $line
> -done
> +done < file.txt

I suppose you meant it like this.
So, this is just for completeness. :-)

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



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