Search Results

Search: Posts Made By: johnemb
70,368
Posted By johnemb
Yes, the last sed command you posted with double...
Yes, the last sed command you posted with double quotes worked fine. But sed replacements using \n as line break don't work.

It turns out that the default sed and tr on my system are probably...
70,368
Posted By johnemb
Thanks anbu23, those work as well :) Do...
Thanks anbu23, those work as well :)

Do you have any idea why the somewhat simpler sed and tr commands won't work for me?
70,368
Posted By johnemb
Thank you all for such quick responses! I...
Thank you all for such quick responses!

I tried all the suggestions, but of the ones listed so far only the last one from anbu23 works for me:

awk -F":" -v OFS="\n" ' $1=$1 ' longString.txt >...
70,368
Posted By johnemb
Replacing characters in file with line break
Hi,

Apologies if this has been asked before, but I searched and was not able to find an answer. It's probably a simple question to answer for those of you with some experience, though...

I have...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy