prev |
Common Command Examples |
next |
mv
a file from one directory to another
% mv /tmp/file1 /home/bsmith
mv
a file up a directory
% mv NIN--Closer.mp3 ..
mv
multiple files up a directory
% mv Blur--Song1.mp3 NIN--Closer.mp3 ..
mv
to rename
% mv NIN-Clsr.mp3 NIN--Closer.mp3
cp
a file
% cp MyFile NewFile
cp
multiple files to another directory
% cp Blur--Song1.mp3 NIN--Closer.mp3 ..