Double Space a File using Sed
Tagged with: command, double, line, Linux, n, newline, sed, space
Wednesday, December 26th, 2007 10:05 PM
Add a \n after every line in a file using the sed command…
sed G
Add a \n after every line in a file using the sed command…
sed G