Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create and copy folder in ubuntu

$ cp -rv /source_directory /destination_directory

# r = copy directories recursively
# v = explain what is being done
 
PREVIOUS NEXT
Tagged: #create #copy #folder #ubuntu
ADD COMMENT
Topic
Name
5+4 =