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: Keshetti Mahesh
Subject: Re: Maximum limit of pipes in a single command ?
Date: Fri, 29 Aug 2008 10:45:13 +0530

> sed's "s" command should be terminated with a final "/".  If nothing
> comes after the "s" command, then you can leave out the final "/", but
> in your case, you need it:
> sed 's/old1/new1/;s/old2/new2/;...'
>

I followed the syntax properly.
But thats not the problem. Problem is how long can the concatenated
string can be ?

-Mahesh




reply via email to

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