Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux copy files terminal cp -r

cp ~/[path_of_files_from] ~/[path_of_files_to]
-r # recursively, for folders
-f # force, to force replace all existing files
 
PREVIOUS NEXT
Tagged: #linux #copy #files #terminal #cp
ADD COMMENT
Topic
Name
3+1 =