返回命令列表

Linux command

Create 100 numbered directories

文件

Copy it and replace filenames, paths, or keywords as needed.

命令示例

Create 100 numbered directories

mkdir project{01..100}

说明

Useful Linux one-liner

FAQ

What is the mkdir command used for?

Useful Linux one-liner

How do I run a basic mkdir example?

Run `mkdir project{01..100}` in a terminal, then adjust file names, paths, flags, or remote targets for your system.