Create multiple subdirectories
The
In the example below, use a combination of the flag
$ mkdir -p master/{data,pre_processing,model,output}
$ ls -a master
. .. data model output pre_processing
The
In the example below, use a combination of the flag
$ mkdir -p master/{data,pre_processing,model,output}
$ ls -a master
. .. data model output pre_processing