这句话结尾的\; 表达什么含义
发表于 : 2017-01-06 20:24
将/var/www/html/wp文件夹下面的文件(.git文件夹及其里面的文件不复制),复制到 /tmp/test文件夹下,
find /var/www/html/wp -mindepth 1 ! -name "*.git" -exec cp -r {} /tmp/test \;
find /var/www/html/wp -mindepth 1 ! -name "*.git" -exec cp -r {} /tmp/test \;