1.查看一个文件夹下文件数目 ls -1 /path/to/directory | wc -l 2.1删除文件 rm -rf 文件夹名 2.2删除.git文件 rm -rf .git
ls -1 /path/to/directory | wc -l
rm -rf 文件夹名
rm -rf .git