Tag: double
Double space a file using Ruby
April 23, 2009
Double space a file with Ruby using the command ruby -pe ‘puts’ < file.txt
Double Space a File using Sed
December 26, 2007
Add a \n after every line in a file using the sed command… sed G
Recent Comments