一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

在linux命令行中批量新建文件夹

Posted on 2009-11-09   |   In linux

用printf输出结果后,调用xargs命令创建目录。

 printf 'dir%01d\n' {1..100} | xargs mkdir
mysql server system variables
.bashrc中rc的含义说明
  • Table of Contents
  • Overview
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter

This post does not have a Table of Contents

© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS