linux下批量创建文件(空文件、带内容文件)、文件夹
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
#批量创建多级文件夹
mkdir -p play/one-{001..100}/two{1..10}
#批量创建空文件
touch one-{001..100}.txt
#批量创建文件,前提是文件之前的目录路径已存在
touch play/one-{001..100}/two{1..10}/file-{a..z}.txt
#批量创建非空文件,前提是文件前面的目录路径已存在
cat a.txt |tee play/one-{001..100}/two{1..10}/HelloWorld-{a..z}.txt
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)