[Linux command] How to move a directory
- by Qooe
Hi.
my old and new directory have same folders and files inside.
I try "mv -if old/* new/"
and get error
mv: cannot move `./xxxxxx' to a subdirectory of itself
How can I move it ? (Centos 5)
thanks.