xref: /original-bsd/old/flcopy/flcopy.8 (revision 6a39c8ab)
1.\" Copyright (c) 1980, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.roff%
5.\"
6.\"	@(#)flcopy.8	5.3 (Berkeley) 09/08/91
7.\"
8.Dd
9.Dt FLCOPY 8
10.Os BSD 4
11.Sh NAME
12.Nm flcopy
13.Nd floppy copy
14.Sh SYNOPSIS
15.Nm flcopy
16.Op Fl hr
17.Op Fl f Ar file
18.Op Fl t Ar ntracks
19.Sh DESCRIPTION
20.Nm Flcopy
21copies the console floppy disk
22.Dq Pa /dev/floppy
23to a file in the
24current directory, named
25.Dq Pa floppy .
26The user is then prompted to change the floppy, and enter a carriage
27return when done.
28When a carriage return is entered,
29.Nm flcopy
30copies the file out to the floppy disk.
31.Pp
32The options are as follows:
33.Bl -tag -width indent
34.It Fl f
35Use
36.Ar file
37instead of ``/dev/floppy''.
38.It Fl h
39Cause
40.Nm flcopy
41to copy a file named ``floppy'' in the current directory to
42the console floppy disk.
43.It Fl r
44Cause
45.Nm flcopy
46to copy the floppy to the current directory and then quit.
47.It Fl t
48Copy only the first
49.Ar ntracks
50tracks.
51.El
52.Sh FILES
53.Bl -tag -width /dev/floppy  -compact
54.It Pa floppy
55Temporary file name.
56.It Pa /dev/floppy
57Default floppy device.
58.El
59.Sh SEE ALSO
60.Xr crl 4 ,
61.Xr fl 4 ,
62.Xr rx 4 ,
63.Xr tu 4 ,
64.Xr arff 8 ,
65.Xr rxformat 8
66.Sh BUGS
67Device errors are handled ungracefully.
68