Linux删除除了木目录下的其他文件


Linux删除除了木目录下的其他文件

shopt -s extglob (打开extglob模式)

cd /www/wwwroot/test

rm -fr !(test)