home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / SRC / lharc.lzh / LHARC / README < prev    next >
Text File  |  1991-05-12  |  1KB  |  40 lines

  1.                                 -*- Text -*-
  2.  
  3. LHarc UNIX V0.03 Release #3  Beta Version
  4.  
  5.     This is FREEWARE.  But it's BETA-VERSION.
  6.  
  7.     Please reply to me.
  8.  
  9.     Sorry, lharc.doc file are written in JAPANESE (Shift-JIS KANJI)
  10.  
  11.                         Thank you.
  12.  
  13.                         Yooichi.Tagawa
  14.                         Nikkei-MIX ID: y.tagawa
  15. ------------------------------------------------------------------------
  16.  
  17. HOW TO USE:
  18.     lharc {axevludmcp}[qnft] archive_file [files or directories...]
  19.  
  20. COMMAND:
  21.     KEY    MEANS                Like as (UNIX ar command)
  22.     --- ------------------------------    ------------------------------
  23.     a    Append to archive.              ar r AFILE files...
  24.     x,e  EXtract from archive.          ar x AFILE [files...]
  25.     v,l  View/List archive contents.      ar t AFILE [files...]
  26.     u    append newer files to archive.      ar ru AFILE files...
  27.     d    Delete from archive.          ar d AFILE files...
  28.     m    Move to archive.              ar m AFILE files...
  29.     c    re-construct new archive file.      rm AFILE; ar r AFILE files...
  30.     p    Print to STANDARD-OUTPUT          ar p AFILE [files...]
  31.  
  32.  
  33. OPTIONS:
  34.     q    quiet
  35.     n    no execute (debugging option)
  36.     f    force (over write at extract)
  37.     t    text-mode (this is provisional option)
  38.  
  39. ------------------------------------------------------------------------------
  40.