Move files or directories
- mv
$ mv a.txt b.txt
$ mv a.txt b/
$ mv a.txt b.txt c/
$ mv a/ b/
$ mv -i to prompt before overwriting
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ mv a.txt b.txt
$ mv a.txt b/
$ mv a.txt b.txt c/
$ mv a/ b/
$ mv -i to prompt before overwriting