In order to create recursive directories in linux, i.e. parent and child directory with a single command; use the -p extension
mkdir -p /books/epub/fiction/
Advertisements
In order to create recursive directories in linux, i.e. parent and child directory with a single command; use the -p extension
mkdir -p /books/epub/fiction/