PDA

View Full Version : mv recursive.



moonshield
01-02-2005, 07:01 PM
How do I move my files and sub directories recursively?

Say I had
x
--xx(dir)
--2x(dir)
--3x(dir)
--4x(file)

how could I move everything at one time? Without making directories by hand?

I want to do like a rm -r, but move files like that.

moonshield
01-02-2005, 07:10 PM
sry I figured it out, just had to look at the man pages :) The thing about Linux, all the docs are there.