This is the mail archive of the cygwin mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
$ mkdir bb $ ln -s ../foo/bar bb/a $ ln -s ../foo/bar bb/b $ ln -s ../foo/bar bb/c $ ln -s ../foo/bar bb/d $ ln -s ../foo/bar bb/e $ ln -s ../foo/bar bb/f $ ln -s ../foo/bar bb/g $ ln -s ../foo/bar bb/h $ ln -s ../foo/bar bb/i $ ln -s ../foo/bar bb/j $ tar cf bb.tar bb
$ rm -rf bb $ tar xf bb.tar
$ ls -lR bb bb: total 6 lrwxrwxrwx 1 dan None 10 Apr 20 09:25 a -> ../foo/bar ---------- 1 dan None 0 Apr 20 09:26 b lrwxrwxrwx 1 dan None 10 Apr 20 09:25 c -> ../foo/bar lrwxrwxrwx 1 dan None 10 Apr 20 09:25 d -> ../foo/bar ---------- 1 dan None 0 Apr 20 09:26 e lrwxrwxrwx 1 dan None 10 Apr 20 09:25 f -> ../foo/bar lrwxrwxrwx 1 dan None 10 Apr 20 09:25 g -> ../foo/bar ---------- 1 dan None 0 Apr 20 09:26 h lrwxrwxrwx 1 dan None 10 Apr 20 09:25 i -> ../foo/bar ---------- 1 dan None 0 Apr 20 09:26 j
Attachment:
cygcheck.out
Description: Text document
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |