bug-bash
[Top][All Lists]
Advanced

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

Re: Maximum limit of pipes in a single command ?


From: Paul Jarc
Subject: Re: Maximum limit of pipes in a single command ?
Date: Fri, 29 Aug 2008 02:30:57 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

"Keshetti Mahesh" <keshetti.mahesh@gmail.com> wrote:
> I followed the syntax properly.
> But thats not the problem. Problem is how long can the concatenated
> string can be ?

If it's too long to fit in that command line, you could pass it this
way:
sed -f <(echo 's/old1/new1/;s/old2/new2/...')


paul




reply via email to

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