|
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
[Prev in Thread] | Current Thread | [Next in Thread] |