home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / nmfw205.zip / Fman.Hlp < prev    next >
Text File  |  1996-06-18  |  6KB  |  234 lines

  1.  
  2. @HELP
  3. -------------------------------------------------------------------------
  4. Any command must be on ONE line: it can be more than 80 chars, provided
  5. there are no <CR>. The commands are case insensitive.
  6. <filespec> can contain wildcards (* and ?).
  7. <file> is a single filename.
  8. Areas are specified by area-name.
  9. -------------------------------------------------------------------------
  10.  
  11.  
  12.  
  13. HELP
  14.  
  15.     Gives a brief description of all the commands available to you.
  16.  
  17.  
  18. @AREAS
  19.  
  20. AREAS
  21.  
  22.     Lists all the areas available to you.
  23.  
  24.  
  25. @FILES
  26.  
  27. FILES <area>
  28.  
  29.     Lists all the files in <area> and their descriptions.
  30.  
  31.     Example:
  32.             FILES local.dos
  33.             FILES UTI
  34.  
  35.  
  36. @NEWFILES 
  37.  
  38. NEWFILES [<days>]
  39.  
  40.     Lists the new files in all the areas available to you and their
  41.     descriptions. You can optionally specify <days>, thus overriding the
  42.     SysOp specified default.
  43.  
  44.     Example:
  45.             NEWFILES
  46.             NEWFILES 15
  47.  
  48.  
  49. @LOCATE
  50.  
  51. LOCATE <token>
  52.  
  53.     Finds all the occurences of <token> in file names and descriptions
  54.     in all the areas available to you.
  55.  
  56.     Example:
  57.             Locate node
  58.  
  59.  
  60. @DIR
  61.  
  62. DIR *|<area> [<filespec>] [<filespec>] ...
  63.  
  64.     In <area> lists all the files specified by <filespec> and their
  65.     descriptions in the directory order.
  66.     If you specify * instead of an area name, all the areas available
  67.     to you are searched. If you omit <filespec> all the files are listed.
  68.  
  69.     Example:
  70.             DIR UTI
  71.             DIR local.node node*.zip nodediff.*
  72.             DIR * nodelist.*
  73.  
  74.  
  75. @CONT
  76.  
  77. CONT *|<area> [<filespec>] [<filespec>] ...
  78.  
  79.     In <area> lists all the files specified by <filespec> and their
  80.     descriptions and contents (if they are compressed) in the directory
  81.     order.
  82.     If you specify * instead of an area name, all the areas available
  83.     to you are searched. If you omit <filespec> all the files are listed.
  84.  
  85.     Example:
  86.             CONT UTI
  87.             CONT Local.Node node*.zip nodediff.*
  88.             CONT * nodelist.*
  89.  
  90.  
  91. @TYPE
  92.  
  93. TYPE <area> <file> [<fmline> [<nlines>]]
  94.  
  95.     In <area> types <file>. You can optionally specify a "from line"
  96.     <fmline> and a number of lines <nlines>. The file is typed only if
  97.     it seems to be a text file.
  98.  
  99.     Example:
  100.             Type NODE nodelist.txt
  101.             Type NODE nodelist.txt 50
  102.             Type NODE nodelist.txt 50 150
  103.  
  104.  
  105. @HURL
  106.  
  107. HURL <from_area> <to_area> <filespec> [<filespec>] ...
  108.  
  109.     Moves the files specified by <filespec> and their descriptions
  110.     from <from_area> to <to_area>.
  111.  
  112.     Example:
  113.             Hurl MISC NODE *.zip *.lzh nodelist.txt
  114.  
  115.  
  116. @EDIT
  117.  
  118. EDIT <area> <file> <description>
  119.  
  120.     In <area> sets the <file> description to <description>.
  121.  
  122.     Example:
  123.             Edit Local.Node nodelist.zip Nodelist in zip format
  124.  
  125.  
  126. @KILL
  127.  
  128. KILL <area> <filespec> [<filespec>] ...
  129.  
  130.     In <area> deletes the files specified by <filespec> and their
  131.     descriptions.
  132.  
  133.     Example:
  134.             Kill MISC *.gif nodelist.txt
  135.  
  136.  
  137. @KILLTO
  138.  
  139. KILLTO <area> <file>
  140.  
  141.     In <area> deletes <file> and all the preceding ones, with their
  142.     descriptions. The order of deletion is the same as reported by the
  143.     FILES command.
  144.  
  145.     Example:
  146.             KillTo MISC pippo.gif
  147.  
  148.  
  149. @TOUCH
  150.  
  151. TOUCH <area> <filespec> [<filespec>] ...
  152.  
  153.     In <area> sets <filespec> upload-date to today.
  154.  
  155.     Example:
  156.             Touch UPLOAD *.zip
  157.  
  158.  
  159. @REN
  160.  
  161. REN <area> <filespec1> <filespec2>
  162.  
  163.     In <area> renames <filespec1> to <filespec2>.
  164.     The wildcards handling is the same as the OS' one.
  165.  
  166.     Example:
  167.             Ren NODE nodelist.* fido????.*
  168.  
  169.  
  170. @DELAFT
  171.  
  172. DELAFT <area> <file>|<begin> <fmline> <nlines>
  173.  
  174.     In <area> deletes <nlines> lines starting from <fmline> lines after
  175.     <file> or <begin>.
  176.  
  177.     Example:
  178.             Delaft NODE nodelist.txt 3 10
  179.             Delaft Local.Uti <begin> 1 3
  180.  
  181.     The first command deletes 10 lines starting 3 lines after
  182.     nodelist.txt in area NODE.
  183.  
  184.     The second command deletes 3 lines of description starting from the
  185.     first line of the description file in area Local.Uti.
  186.  
  187.     Note: a multi-line file description accounts for ONE line.
  188.  
  189.  
  190. @ADDAFT
  191.  
  192. ADDAFT <area> <file>|<begin> <fmline> [<txt>]
  193.  
  194.     In <area> adds <txt> starting <fmline> lines after <file> or
  195.     <begin>.  If you omit <txt> the text deleted by the last DELAFT
  196.     command will be added. If there are less than <fmline> lines, <txt>
  197.     will be added at the end of the description file.
  198.  
  199.     Example:
  200.             Addaft NODE nodelist.txt 1  And now the new files !
  201.             Addaft Local.Uti <begin> 300
  202.  
  203.     The first command adds " And now..." on the line after
  204.     nodelist.txt in area NODE.
  205.  
  206.     Please note that <fmline> and <txt> are separated by ONE space: all
  207.     following ones are considered part of <txt>.
  208.  
  209.     The second command adds the text deleted by the last DELAFT command
  210.     at the end of the description file of area Local.Uti if it has less
  211.     than 300 lines; otherwise it adds the text starting on the 300th
  212.     line.
  213.  
  214.     Notes: a multi-line file description accounts for ONE line.
  215.  
  216.  
  217. @SORTAFT
  218.  
  219. SORTAFT <area> <file1>|<begin> <file2> [<file3>] ...
  220.  
  221.     In <area> moves the descriptions of <file2> [<file3>] ...
  222.     immediately after <file1> or <begin> in the listed order.
  223.  
  224.     Example:
  225.             Sortaft NODE <begin> nodelist.zip nodelist.lzh
  226.             Sortaft NODE nodelist.lzh nodelist.txt nodelist.prn
  227.  
  228.     The first command moves the descriptions of nodelist.zip and
  229.     nodelist.lzh at the head of the description file.
  230.  
  231.     The second command moves the descriptions of nodelist.txt and
  232.     nodelist.prn after nodelist.lzh in the listed order.
  233.  
  234.