# Great. So mv foo* ../barf will do what?
Exactly as it does now. "foo*" won't match the streams, because they don't
have directory entries in foo's parent directory. Consider:
foo-1
foo-2
foo-3
And the following streams exist:
foo-1:bar
foo-2:zap
foo-2:bob
"foo*" will still be matched to "foo-1" "foo-2" "foo-3", just as it is
now. Moving/renaming "foo-1" also moves/renames "foo-1:bar".
-- Mo McKinlay Chief Software Architect inter/open Labs ------------------------------------------------------------------------- GnuPG Key: pub 1024D/76A275F9 2000-07-22 Mo McKinlay <mmckinlay@gnu.org>- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:35 EST