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.
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.