GATHER.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH GATHER 1
- .SH NAME
- gather - gather up the files in a directory for transmission
- .SH SYNOPSIS
- fBgatherfR [fB-sfR] fIsource_dir [fB-dfR] dest_dirfR [fB-bfR] fIbytesfR [fB-ffR] fIfilefRfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-b" "Desired number of bytes per output file"
- .FL "-d" "Destination directory"
- .FL "-f" "Base name of output files"
- .FL "-s" "Source directory"
- .SH EXAMPLES
- .EX "gather" "Collect files in current dir into 60K archives"
- .EX "gather -d dir" "Put the archives in fIdirfR
- .EX "gather -b 90000" "Try to produce 90K archives"
- .EX "gather -s .. -d targ -b 5000" "Try to produce 5K archives"
- .SH DESCRIPTION
- .PP
- It is often useful to collect all the files in a directory into one or
- more archives for transmission by mail. This program collects all the
- files in the source directory (default: current directory) and puts
- them into a shar archive. The shar archive is then compressed and
- uuencoded. An attempt is made to have the final fI.uuefR file be
- about the given size (default: 60K), but since fIgatherfR cannot really
- predict how much fIsharfR will add to the file, how much fIcompressfR
- will reduce the file, and how much fIuuefR will add again, the sizes
- can fluctuate. If the fB-f fIfilefR flag is given, the archives will
- be given the names fIfile_00.uuefR, fIfile_01.uuefR etc. If fB-ffR
- is not given, the name of the source directory is used as the base name.
- Since 7 characters of suffix are appended, the base name should not exceed
- 7 characters.