Wednesday, September 24, 2008

Move directory structure quickly

Sometimes you just want to move a directory structure quickly, to do that use pax(1), like so:

cd /dir/to/move

pax -rw /new/location

Thats it :)

No comments: