home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
files
/
k
/
objectlist
/
Examples
/
Texts
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-26
|
202 b
|
7 lines
|
| Create a list of all text files called Textfile
| between 10 - 255 bytes long
| that are locked.
|
olmake $ -r 255 -match "*textfile" -ftype text -larger 9 -smaller &100 -locked y { > RAM:$.texts }