home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / squsq / squprt33.ark / SQUPORT3.MAN < prev    next >
Text File  |  1986-11-08  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. SQ(1)                                                       SQ(1)
  5.  
  6.  
  7.  
  8. NAME      sq, usq - squeeze (compress) files
  9.  
  10. SYNOPSYS      sq [ file1 ] [ file2 ] ...
  11. usq [ -count ] [ -fcount ] [ file1 ] [ file2 ] ...
  12.  
  13. DESCRIPTION      sq compresses one or more files, using a Huffman
  14. coding scheme.  usq decompresses or displays one or more files
  15. squeezed by sq. The algorithm is identical to the one used by the
  16. popular public domain 'SQ' programs, originally authored by
  17. Richard Greenlaw.
  18.  
  19.    sq will squeeze each file passed on  the  argument  line.   It
  20.    will append `.SQ' to the original file name to create the out-
  21.    put file name.  If no file names are given, sq will prompt for
  22.    file  names from the standard input.  A message is printed for
  23.    each file, tracing each pass of the compression process.
  24.  
  25.    usq will unsqueeze or display the files requested on the  com-
  26.    mand  line.   If  no  files are requested,  the file names are
  27.    input from the standard input.  If no  option  is  given,  the
  28.    file is unsqueezed to its original name.
  29.  
  30.    If the -count option is used, count lines are  displayed  from
  31.    the  start of the file, with all unprintable characters except
  32.    CR, LF, TAB, and FF converted to periods.  The output is  sent
  33.    to  the  standard  output.  If the -fcount option is used, the
  34.    file is displayed with a formfeed appended to the  preview  of
  35.    each file.
  36.  
  37.    AUTHOR      Richard Greenlaw (original),  Theo  Pozzy  (ported
  38.    versions)
  39.  
  40.    BUGS      The file naming convention is not a one-to-one  map-
  41.    ping,  so  multiple  files  may be squeezed to the same output
  42.    file name.  Also, the output file name for usq cannot be over-
  43.    ridden.
  44.  
  45.    SEE ALSO      compact(1)
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Reference Manual               -1-                       Commands
  63.  
  64.  
  65.  
  66.  
  67.