So verschieben Sie eine Datei im Terminal
mv example.txt ~/example_location
Old Pizza
mv example.txt ~/example_location
mv example-file.txt ~/example_folder
# cd into the folder that contains the file you want to move
$ mv example.txt ~/Documents
$ ls ~/Documents
example.txt