B-14
Falcon
®
DOS Portable Terminals
Display all hidden files.
DIR /AH
Display all files with a
.doc
extension, without file sizes, or volume labels.
DIR *.DOC /B
FCBS
Type
CONFIG.SYS
Purpose
The
FCBS
command allows the number of file control blocks (FCBs) open at
one time to be specified.
Syntax
FCBS =
number
[,
minimum number
]
Remarks
Number
specifies the maximum number of FCBs open at any given time. The
default for this value is 4. The value for
number
must be in the range from 1
to 255. The minimum number specifies the minimum number of FCBs to be
open at all times. The
minimum number
argument has the same default and
range value as the
number
argument.
Example
Set the maximum number of FCBs to 8 and leave at least 4 open at all times.
FCBS = 8,4
FIND
Type
External
Purpose
FIND
is a filter to display only lines that contain a specified string.
The input to
FIND
may come from a file, or it may be piped in from another
filter or a DOS command.
advuser.book Page 14 Friday, September 27, 2002 4:22 PM