Last change
on this file since 8813 was
7540,
checked in by rwilson, 15 years ago
|
Fixed bad comments, expanded README.
|
File size:
434 bytes
|
Line | |
---|
1 | This directory contains the 'tar_file.py' program used to create tarred and |
---|
2 | zipped files from a file or directory. |
---|
3 | |
---|
4 | Why do we have this instead of using the tools provided under Linux? We need |
---|
5 | something that works under Windows as well. |
---|
6 | |
---|
7 | Use it so: |
---|
8 | tar_file.py <tarfilename> [<fileordir>, ...] |
---|
9 | The created file is <tarfilename>. |
---|
10 | |
---|
11 | Also here is the corresponding program to untar files: |
---|
12 | untar_file.py <tarfilename> |
---|
Note: See
TracBrowser
for help on using the repository browser.