fdwrite.1 (a4bf5fb987611aeb78c422312b63b185e39982d7) | fdwrite.1 (c2965cd1854b75e6a13cb4bd6759b71adc8d2a87) |
---|---|
1.\" 2.\" ---------------------------------------------------------------------------- 3.\" "THE BEER-WARE LICENSE" (Revision 42): 4.\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you 5.\" can do whatever you want with this stuff. If we meet some day, and you think 6.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7.\" ---------------------------------------------------------------------------- 8.\" --- 73 unchanged lines hidden (view full) --- 82instead. 83.Sh EXAMPLES 84The 85.Nm 86utility 87was planned as a tool to make life easier when writing a set of floppies, 88one such use could be to write a tar-archive: 89.Pp | 1.\" 2.\" ---------------------------------------------------------------------------- 3.\" "THE BEER-WARE LICENSE" (Revision 42): 4.\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you 5.\" can do whatever you want with this stuff. If we meet some day, and you think 6.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7.\" ---------------------------------------------------------------------------- 8.\" --- 73 unchanged lines hidden (view full) --- 82instead. 83.Sh EXAMPLES 84The 85.Nm 86utility 87was planned as a tool to make life easier when writing a set of floppies, 88one such use could be to write a tar-archive: 89.Pp |
90.Dl "tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v | 90.Dl tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v |
91.Pp 92The main difference from using 93.Xr tar 1 Ns 's 94multivolume facility is of course the formatting of the floppies, which 95here is done on the fly, 96thus reducing the amount of work for the floppy-jockey. 97.Sh SEE ALSO 98.Xr fdformat 1 --- 31 unchanged lines hidden --- | 91.Pp 92The main difference from using 93.Xr tar 1 Ns 's 94multivolume facility is of course the formatting of the floppies, which 95here is done on the fly, 96thus reducing the amount of work for the floppy-jockey. 97.Sh SEE ALSO 98.Xr fdformat 1 --- 31 unchanged lines hidden --- |