I have a single line file that I'm trying to insert some line breaks into. I seem to be failing miserably as I continue to end up with a single line.
In short:
sed -e 's/%,/%CR/g' file
I'm wanting to find each occurence of "%," and replace it with "%" and then a new line.
In exchange for your assistance, I will name my fourth child after you -- that is if the vasectomy fails.
In short:
sed -e 's/%,/%CR/g' file
I'm wanting to find each occurence of "%," and replace it with "%" and then a new line.
In exchange for your assistance, I will name my fourth child after you -- that is if the vasectomy fails.