想使用CP拷貝一個大目錄(/home/study/test),但又不想拷貝其中的一個子目錄(/home/study/test/test1),應該如何寫命令行
方法:
1. cd /home/study/test
2. rsync -av --exclude test1/ --exlclude test2/ ../test/ /home/copydir
以上,便可將/home/study/test目錄中,除test1和test2目錄外,其他所有的文件和文件夾copy到/home/copydir
Linux cp命令如何拷貝整個目錄下所有文件
Linux中cp強制覆蓋拷貝
Linux CP文件夾略過目錄的解決
linux中cp強制覆蓋拷貝
一天一個Linux基礎命令之復制文件或目錄命令cp
文件目錄操作命令之cp命令
cp命令,cp命令詳解
cp命令實驗,cp命令