Tag: double

Double space a file using Ruby

Double space a file with Ruby using the command ruby -pe ‘puts’ < file.txt

Double Space a File using Sed

Add a \n after every line in a file using the sed command… sed G