GATHER.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH GATHER 1
  2. .SH NAME
  3. gather - gather up the files in a directory for transmission
  4. .SH SYNOPSIS
  5. fBgatherfR [fB-sfR] fIsource_dir [fB-dfR] dest_dirfR [fB-bfR] fIbytesfR [fB-ffR] fIfilefRfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-b" "Desired number of bytes per output file"
  19. .FL "-d" "Destination directory"
  20. .FL "-f" "Base name of output files"
  21. .FL "-s" "Source directory"
  22. .SH EXAMPLES
  23. .EX "gather" "Collect files in current dir into 60K archives"
  24. .EX "gather -d dir" "Put the archives in fIdirfR
  25. .EX "gather -b 90000" "Try to produce 90K archives"
  26. .EX "gather -s .. -d targ -b 5000" "Try to produce 5K archives"
  27. .SH DESCRIPTION
  28. .PP
  29. It is often useful to collect all the files in a directory into one or
  30. more archives for transmission by mail.  This program collects all the
  31. files in the source directory (default: current directory) and puts
  32. them into a shar archive.  The shar archive is then compressed and
  33. uuencoded.  An attempt is made to have the final fI.uuefR file be
  34. about the given size (default: 60K), but since fIgatherfR cannot really
  35. predict how much fIsharfR will add to the file, how much fIcompressfR
  36. will reduce the file, and how much fIuuefR will add again, the sizes
  37. can fluctuate.  If the fB-f fIfilefR flag is given, the archives will
  38. be given the names fIfile_00.uuefR, fIfile_01.uuefR etc.  If fB-ffR
  39. is not given, the name of the source directory is used as the base name.
  40. Since 7 characters of suffix are appended, the base name should not exceed
  41. 7 characters.