Tips tagged mkdir


105

Tip #4   Make a whole directory tree with one command

Use the -p option to mkdir and make all parent directories along with their children in a single command.

Read more »

14

Tip #193   Make multiple files or directories

Save time when making multiple files or directories (or performing any command requiring a list) where the file names only slightly differ.

Read more »

9

Tip #171   Duplicate directory tree

The following command creates in the /usr/project directory, a copy of the current working directory structure:

Read more »

5

Tip #310   Keeping your Home Directory Organized

Seen on http://www.splitbrain.org/blog/2008-02/27-keeping_your_home_directory_organized

Having one temporary directory for downloads etc can quickly become a mess, so try this tip to organise by date. Put this into your .bashrc

Read more »