Tag: space
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
Python Function for Space Units
October 9, 2007
A Python function to return readable size using the given size(KB) # Returns a more readable format of the given…
Recent Comments