mv
- move files/folders from one place to another.#
mv
is similar to cp
, but it deletes the source.
mv
is also useful for renaming files!
mv source.txt new.txt
mv
- move files/folders from one place to another.#mv
is similar to cp
, but it deletes the source.
mv
is also useful for renaming files!
mv source.txt new.txt