concatenate files together in new file | cat oldfile1.ext oldfile2.ext > bothfiles.ext |
copy a file and prompt before overwriting | cp -i existingfile newfile |
copy top # lines of a file to a new file | head -# filename > newfilename |
move a file and prompt before overwriting | mv -i existingfile newfile |
Wednesday, March 30, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment