FreeBSD move contents of directory to parent directory
September 1, 2009
To move the contents of a directory to a parent directory, first navigate to the child directory and then run the command snippet below.
For example, the parent directory is called "mum" and the child directory is called "baby", navigate to "baby" and run the command. Everything will be moved to the "mum" directory.
This should also work in Linux without any problems.
mv ./ ../
Learn how to write custom Drupal modules
Does Drupal module development make your head explode and drive you crazy?
Why not learn from someone who has paved the way instead?
Sign up to Master Drupal 7 Module Development.
I am
Post new comment