Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cp all files except one

#To copy all files except one do following ;) :
rsync -rv --exclude=file_to_exclude.txt source_folder destiny_folder
 
PREVIOUS NEXT
Tagged: #cp #files
ADD COMMENT
Topic
Name
3+3 =