资讯

If you know your terminal basics, you know that mkdir creates directories—but it can do more. If you add the -p flag, you can create a directory with subdirectories in a single command and save ...
It can also create a complex directory and subdirectory structure with a command like the one below. The -p argument tells the command to create the base directory if it doesn’t already exist.