xref: /csrg-svn/old/flcopy/flcopy.8 (revision 51062)
1*51062Scael.\" Copyright (c) 1980, 1991 Regents of the University of California.
248392Scael.\" All rights reserved.
346052Sbostic.\"
4*51062Scael.\" %sccs.include.redist.roff%
546052Sbostic.\"
6*51062Scael.\"	@(#)flcopy.8	5.3 (Berkeley) 09/08/91
748392Scael.\"
8*51062Scael.Dd
9*51062Scael.Dt FLCOPY 8
10*51062Scael.Os BSD 4
11*51062Scael.Sh NAME
12*51062Scael.Nm flcopy
13*51062Scael.Nd floppy copy
14*51062Scael.Sh SYNOPSIS
15*51062Scael.Nm flcopy
16*51062Scael.Op Fl hr
17*51062Scael.Op Fl f Ar file
18*51062Scael.Op Fl t Ar ntracks
19*51062Scael.Sh DESCRIPTION
20*51062Scael.Nm Flcopy
21*51062Scaelcopies the console floppy disk
22*51062Scael.Dq Pa /dev/floppy
23*51062Scaelto a file in the
24*51062Scaelcurrent directory, named
25*51062Scael.Dq Pa floppy .
2646052SbosticThe user is then prompted to change the floppy, and enter a carriage
2746052Sbosticreturn when done.
2846052SbosticWhen a carriage return is entered,
29*51062Scael.Nm flcopy
3046052Sbosticcopies the file out to the floppy disk.
31*51062Scael.Pp
3246052SbosticThe options are as follows:
33*51062Scael.Bl -tag -width indent
34*51062Scael.It Fl f
3546052SbosticUse
36*51062Scael.Ar file
3746052Sbosticinstead of ``/dev/floppy''.
38*51062Scael.It Fl h
3946052SbosticCause
40*51062Scael.Nm flcopy
4146052Sbosticto copy a file named ``floppy'' in the current directory to
4246052Sbosticthe console floppy disk.
43*51062Scael.It Fl r
4446052SbosticCause
45*51062Scael.Nm flcopy
4646052Sbosticto copy the floppy to the current directory and then quit.
47*51062Scael.It Fl t
4846052SbosticCopy only the first
49*51062Scael.Ar ntracks
5046052Sbostictracks.
51*51062Scael.El
52*51062Scael.Sh FILES
53*51062Scael.Bl -tag -width /dev/floppy  -compact
54*51062Scael.It Pa floppy
55*51062ScaelTemporary file name.
56*51062Scael.It Pa /dev/floppy
57*51062ScaelDefault floppy device.
58*51062Scael.El
59*51062Scael.Sh SEE ALSO
60*51062Scael.Xr crl 4 ,
61*51062Scael.Xr fl 4 ,
62*51062Scael.Xr rx 4 ,
63*51062Scael.Xr tu 4 ,
64*51062Scael.Xr arff 8 ,
65*51062Scael.Xr rxformat 8
66*51062Scael.Sh BUGS
6746052SbosticDevice errors are handled ungracefully.
68