d
doscp(1) | doscp(1) |
NAME
doscp - copy to or from DOS ®les
SYNOPSIS
doscp
doscp
DESCRIPTION
doscp is the DOS counterpart of cp (see cp(1)). doscp copies a DOS ®le to a DOS or
A DOS ®le name is recognized by the presence of an embedded colon (:) delimiter; see dosif(4) for DOS ®le naming conventions.
Metacharacters *, ?, and [ ... ] can be used when specifying both
ING NOTATION.
The ®le name - (dash) is interpreted to mean standard input or standard output depending upon its position in the argument list.
Options
doscp recognizes the following options:
RETURN VALUE
doscp returns 0 if all ®les are copied successfully. Otherwise, it prints a message to standard error and returns with a
EXAMPLES
Copy the ®les in the
doscp abc/* hard_disk:
Copy DOS ®le /backup/log through the
doscp /dev/rfd9127:/backup/log logcopy
Copy DOS ®le zulu on the volume stored as
Copy all ®les in directory /dameron with extension txt in the DOS volume /dev/rdsk/c1t2d0 to the
doscp '/dev/rdsk/c1t2d0:/dameron/*.txt' abacus
WARNINGS
doscp works more reliably if you use a raw device special ®le (/dev/rdsk/) than a block device special ®le.
To use SCSI ¯oppy disk devices, the sflop device driver must be con®gured into the kernel. (You can use the ioscan command to verify the con®guration.)
SEE ALSO
cp(1), dos2ux(1), doschmod(1), dosdf(1), dosls(1), dosmkdir(1), dosrm(1), ioscan(1M) dosif(4).
Section 1−188 | − 1 − |