puzzled
Posted Sep 2, 2004 15:52 UTC (Thu) by
fergal (subscriber, #602)
Parent article:
More notes on reiser4
Why is it that the first example here is a problem but the other 2 arent't?
-
mv a/dir1 a/dir2/newdir mv b/dir2 b/dir1/newdir
-
mv a/dir1 a/dir2/newdir mv a/dir2 a/dir1/newdir
-
cd a cd b
mv dir1 dir2/newdir mv dir2 dir1/newdir
(
Log in to post comments)