Parent Directory
|
Revision Log
|
Patch
| revision 1.12.0.4 by eggert, Fri Nov 22 19:58:28 1996 UTC | revision 1.13 by gray, Thu Sep 4 14:00:25 2003 UTC | |
|---|---|---|
| # | Line 22 ls -l structure/file >/dev/null | Line 22 ls -l structure/file >/dev/null |
| 22 | # backing it up. | # backing it up. |
| 23 | sleep 1 | sleep 1 |
| 24 | ||
| 25 | tar cf archive --listed=list structure | tar cf archive --format=gnu --listed=list structure |
| 26 | tar cfv archive --listed=list structure | tar cfv archive --format=gnu --listed=list structure |
| 27 | echo ----- | echo ----- |
| 28 | sleep 1 | sleep 1 |
| 29 | echo y >structure/file | echo y >structure/file |
| 30 | tar cfv archive --listed=list structure | tar cfv archive --format=gnu --listed=list structure |
| 31 | ||
| 32 | out="\ | out="\ |
| 33 | structure/ | structure/ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |