Rename a file

mv <file_name> <new_file_name> -> renames a file
$ mv test other

Last updated