bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looping through lines with tabs of file with cat


From: Jan Schampera
Subject: Re: Looping through lines with tabs of file with cat
Date: Sun, 04 Nov 2007 22:49:52 +0100
User-agent: IceDove 1.5.0.14pre (X11/20071018)

yitzle wrote:

> fileIn="blah"
> for i in "$(cat $fileIn)"
> do
>     echo $i
>     echo
> done

Check out http://wooledge.org/mywiki/BashFAQ#faq1

J.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]