Published
danyal.dk
Published
Create multiple directories with mkdir
Just a single line of code to create multple folders with mkdir command.
mkdir -p {logs,nginx,public,db-data}
Published
Published
Just a single line of code to create multple folders with mkdir command.
mkdir -p {logs,nginx,public,db-data}