diff options
author | Deposite Pirate | 2018-09-16 18:47:05 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-16 18:47:05 +0200 |
commit | f29d3519ce073ec30f99754d93304324f7f26d65 (patch) | |
tree | 24082fb10d4979792f67961c24a812644210db34 /base/bin/slackwareutils/diskcopy.1 |
Initial commit.
Diffstat (limited to 'base/bin/slackwareutils/diskcopy.1')
-rw-r--r-- | base/bin/slackwareutils/diskcopy.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/base/bin/slackwareutils/diskcopy.1 b/base/bin/slackwareutils/diskcopy.1 new file mode 100644 index 0000000..c1caf09 --- /dev/null +++ b/base/bin/slackwareutils/diskcopy.1 @@ -0,0 +1,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) |