Re: Sed Find and Replace Multiple Files
On 24 Aug 2006 08:16:38 -0700, Xicheng Jia
<xicheng@gmail.com> wrote:
>> for i;
>> do
>
> This 'for' loop looks problematic, i.e. where did you increment the
> value of i?
>
'for i' is equivalent to 'for i in "$@"'
--
"Nominal fee". What an ugly sentence. It's one of those things that
implies that if you have to ask, you can't afford it.
-- Linus Torvalds
|