How to append content of a file to other files in directory
0 comments Posted by Vincent Isles at Tuesday, December 02, 2008Append contents of append.txt to all *.html file in current directory.
cat append.txt | tee -a *.html
Subscribe to:
Posts (Atom)

