View Single Post
Old 8th November 2010
thirdm thirdm is offline
Spam Deminer
 
Join Date: May 2009
Posts: 248
Default

Quote:
Originally Posted by BSDfan666 View Post
There is no right way to do things, it's just a matter of preference.. use what's available.

emacs --batch -Q --file file.dat --eval '(when (zerop (forward-line)) (end-of-line) (insert " 2") (save-buffer))'
Reply With Quote