在linux命令行中批量新建文件夹 Posted on 2009-11-09 | In linux 用printf输出结果后,调用xargs命令创建目录。 printf 'dir%01d\n' {1..100} | xargs mkdir