|
|
| |
qtar — a somewhat shorter tar invocation
qtar [-x] [--ext|--svn] archive_file
[tar-options...] files...
- -x
- Exclude SCM directories like "CVS", ".svn",
".hg" and ".git".
- --ext
- Sort files by extension
- --svn
- Sort files such that file.c and .svn/file.c are next to each other, to
yield better compression of SVN checkout tar archives where the .svn file
is often a copy of the former.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |