Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

move file in terminal

# cd into the folder that contains the file you want to move
$ mv example.txt ~/Documents

$ ls ~/Documents
example.txt
Source by opensource.com #
 
PREVIOUS NEXT
Tagged: #move #file #terminal
ADD COMMENT
Topic
Name
6+1 =