A SERVICE OF

logo

446 Chapter 6
Command Definitions P-R
PRINT
NOTE The above file was considered by PRINT to be a numbered file and thus the
trailing 8 bytes are truncated
PRINT UFILEYES;NONUM
aaaaaaaaaaaa00010001
bbbbbbbbbbbb00010002
cccccccccccc00010003
dddddddddddd00010004
eeeeeeeeeeee00020001
ffffffffffff00020002
gggggggggggg00020003
hhhhhhhhhhhh00020004
iiiiiiiiiiii00030001
jjjjjjjjjjjj00030002
kkkkkkkkkkkk00030003
llllllllllll00030004
HFS Example
The following command entry will print the last 10 records of the file called
posix/doc/print.doc in the current working directory (CWD).
PRINT ./posix/doc/print.doc;start=-10
Related Information
Commands FCOPY, COPY
Manuals None