我正在研究一个需要在特定文件夹的每个子目录中执行操作的脚本。
写那个最有效的方法是什么?
for D in `find . -type d` do //Do whatever you need with D done