Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

copy command

cp file path/to/directory # Copy file into a specific directory path
cp -rf folder path/to/directory # Copy folder with inner content recursively
 
PREVIOUS NEXT
Tagged: #copy #command
ADD COMMENT
Topic
Name
2+8 =