|
how to add an empty line in hundreds of files
HI,list;
how can i add a new empty line in the end of hundreds of files?
I've tried this, but it seems not work..
find . -type f -name *.h -exec echo >>{} \;
Last edited by edenCC; 12-21-2006 at 12:22 AM.
|