blob: c1caf09ef66b1897657c7c2821677d5c83e6eec0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.TH diskcopy 1 "June 30, 2012"
.LO 1
.SH NAME
.B diskcopy
\- copy a floppy disk
.SH SYNOPSIS
.B diskcopy
.SH DESCRIPTION
.B diskcopy
is shell script that copies the contents of one floppy disk to another. It
imitates the DOS diskcopy program. When started
.B diskcopy
will interactively prompt the user to insert a source floppy disk in the
/dev/fd0 drive. It will then proceed to make an exact copy the contents of the
source floppy bit for bit. When this is done,
.B diskcopy
will then prompt to insert a destination floppy disk in the /dev/fd0 drive and
finally copy back the contents of the source floppy disk to the destination
floppy disk.
.SH "SEE ALSO"
.BR dd (1)
|