Quantcast
Channel: Java mon amour
Viewing all articles
Browse latest Browse all 1121

mv cannot move Directory not empty

$
0
0
if this command fails:

mv fromdir/* todir/

then try:

rsync -a fromdir/* todir/
followed by
rm -rf todir

Viewing all articles
Browse latest Browse all 1121

Trending Articles