Move files or directories



$ mv a.txt b.txt
$ mv a.txt b/
$ mv a.txt b.txt c/
$ mv a/ b/

$ mv -i       to prompt before overwriting