Specifications

345
ZlinkW Command Reference
ZlinkW Command Switches
Several general command switches were added to ZlinkW with the release of ZPAGE
version 310J0. They are presented here.
Date & Time Switches
ZlinkW file operator commands, such as del, copy, and search, now support file date
and timestamp display. The new file operator switch,
-d, has three sub-switches that set
the options for displaying the file details. Table 49 lists all the possible details switch
combinations. Table 50 list the default settings of size and timestamp reporting for several
common commands.
Table 49: File Date, Timestamp, and Size Display Switches
The following are examples of each switch.
+ search fdfgf log00 -ds
40060 C:\ZDIR\log00;The file size is 40060 bytes.
+ search fdfgf log00 -dt
8nov95 12:19 C:\ZDIR\log00;The file date/time is 11/8/95
;@ 12:19 p.m.
+ search fdfgf log00 -dts
8nov95 12:19 40060 C:\ZDIR\log00;The file size is 40060 bytes and
;it's dated 11/9/95 @ 12:19 p.m.
+ search fdfgf log00 -dn
C:\ZDIR\log00
Table 50: Default Values for File Operator Commands
* Query refers to whether or not the command asks if you really want to perform the operation. For
instance, the delete command asks "are you sure?" before it will erase any files.
This ties in with the ZlinkW interactive query mode - where the system asks if it is okay to
process the current file. The interactive mode now has a third option to the query -
End.
Switch Description
-ds show the file size in bytes
-dt show the file timestamp
-dts show the file size and timestamp
-dst same as “-dts”
-dn do not show either size or timestamp
File Operator Query* Size Timestamp
copy, cp Off On Off
del, erase, rm On On On
move, mv Off Off Off
rename, rn Off Off Off
search Off On On