unix tips [2008-02-18 18:47:44]
Unix Stream Editor Sed Tips Tricks
By admin
This is a short version of the Sed tips published at http://sed.sourceforge.net/sed1line.txt Adjust File Spacing # double space a file sed G # triple space a file sed ‘G;G’ # insert a blank line above every line which matches …
- http://www.prashantmhatre.com
.
