Copy all file or dir except specific file:

11:44 PM
Copy all file or dir except specific file:

#cp -r !(file1|file2|directory1|directory2) /dest

0 Comments