mkdir - p linux
The -p flag will create nested directories, but only if they dont exist already.
For example, suppose you have a directory /foo that you have write permissions for.
mkdir -p /foo/bar/baz # creates bar and baz within bar under existing /foo
It is also an idempotent operation, because if you run the same command over again, you will not get an error, but nothing will be created.
Also in Shell:
- git host key verification failed
- linux give permission to folder
- redirect folder to 403
- msdos dir for subdirectories
- install keras
- git pull hard
- install tomcat on mac brew
- linux screen list
- react-devtools agent got no connection
- ubuntu unzip zip
- mkdir linux
- create exe installer
- ubuntu create a ssh key
- how to convert ppk to pem in linux
- youtube api python
- matplotlib change he yticks to two number after digit
- list used ports on mac
- git clone submodule
- npx create-react-app not working
- git clone repo with name
- how to commit changes in git command
- random in mac terminal
- how to check installed apps in ubuntu
- install bootstrap in angular 9