Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

copy folder bash terminal

cp -a /source/. /dest/

# -a is an (improved) recursive to copy subfolders
# the '.' after /source/ specifies to copy all hiden files
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #copy #folder #bash #terminal
ADD COMMENT
Topic
Name
3+3 =