1. 查看centos版本

cat /etc/redhat-release

2. 删除文件夹下除了某个文件之外的所有文件

rm -f `ls | grep -v "^super.log$"`  //删除除了super.log 文件之外的所有文件

 

相关文章: