首先建立 50 万个文件
for i in $(seq 1 500000);do echo text >>$i.txt;done
rm 删除time rm -f *
sure you want to delete all the files
2018-05-30