home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / files / k / objectlist / Examples / Texts < prev    next >
Encoding:
Text File  |  1992-04-26  |  202 b   |  7 lines

  1. |
  2. | Create a list of all text files called Textfile
  3. | between 10 - 255 bytes long
  4. | that are locked.
  5. |
  6. olmake $ -r 255 -match "*textfile" -ftype text -larger 9 -smaller &100 -locked y { > RAM:$.texts }
  7.