问题:快速删除一个文件夹下的大量文件?
- 使用rm 大量文件会很慢,更大时并且会报错
实际原理:遍历删除
1 | $ rm -fr * |
you...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |