ZiLOG Z80-RIO Operating System User's Manual page 110

Table of Contents

Advertisement

MOVE
MOVE
COATE I DATE reI date
where reI is one of the relational operators '=',
I>', '<I, '>=', '<=', or '<>', and date is up to 6
digits or '*' representing a date to be compared against
in' yymmd d' for m •
' *' ina dig i t po sit ion s pe c i fie s th a t
that digit will be considered equal to anything.
A date
expressed with less than 6 digits is treated as being
filled on the right with '*'s.
DATE refers to the date of last modification.
COATE refers
to the date of creation.
The entire option should be
specified with no intervening blanks.
For example:
CDATE>=7805
refers to all files created with dates in May of 1978
or later.
This is equivalent to
CDATE>=7805**
If the referenced date field of the file descriptor has
a character which is not a digit, it will not match unless
that digit position of the match date has an '*' in it.
I/O UNIT UTILIZATION
Unit 0:
directory
Unit
3:
default listing destination
Unit
4:
source file
Unit 5:
destination file
Unit 6:
non-default listing destination
EXAMPLES
MOVE D=$NULL F=L P=&
will copy all files from (default) drive 0 to
the Null device and print a long format list
including the number of files moved and the
number of sectors they occupy.
This is a
convenient way to check the integrity of
each file on a disk.
- 96 -

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Z80-RIO and is the answer not in the manual?

Questions and answers

Table of Contents