Replace literal \n with newline

David Bendit DarkElf109 at ibendit.com
Tue May 27 12:26:44 MST 2008


That worked perfectly. Thanks!

-David

Matt Graham wrote:
> After a long battle with technology, David Bendit wrote:
>> I'm trying to pull useful information out of a nessus report file (which
>> is just XML), and everything works fine except the informational data
>> portions. They're stored with string literal \n, and I can't figure out
>> an easy way to convert those to actual newlines. With tr, the best I can
>> get is removing all the n's
> 
> tr converts single chars to single chars, or deletes single chars.  sed would 
> probably work.  "sed -e 's/\\n/\n/g' < infile > outfile" will do what you 
> want, I think.
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20080527/841ec88a/attachment.pgp 


More information about the PLUG-discuss mailing list