home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / NMFWD190.ZIP / FMAN.HLP < prev    next >
Text File  |  1993-06-15  |  5KB  |  222 lines

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