You can use sed, awk, grep, tail, head, tr, cut, cat, even perl, python etc. All gnu tools handle text streams, you can use anything in combination with anything using pipes and redirection( |, <).
On Thu, Jun 23, 2011 at 1:45 PM, Parveen Arora <[email protected]> wrote: > Hello Everyone, > I have tried to replace text with sed in file, but just able to do > simple manipulation till now. > I have understand that how to replace text using sed command directly, > But can anyone tell me, how to do that with file, means how to do > manipulation with file. > > Is there any script or utility available for this? > > Thanks > > -- > Parveen Arora > www.parveenarora.in > E-Mail: [email protected] > > -- > Mailing list guidelines and other related articles: > http://lug-iitd.org/Footer > -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
