Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/man/1/bsplit

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH BSPLIT 1
.SH NAME
bsplit \- split binary data into fixed-size chunks
.SH SYNOPSIS
.B bsplit
[
.B -p
.I prefix
] [
.B -s
.I size
] [
.I file
\&...
]
.SH DESCRIPTION
.I Bsplit
copies binary data from input
.I files
into a series of files with names starting with
.I prefix
.RL ( bs.\&
by default)
and of a fixed
.I size
(512MB by default).
The last file may be shorter than
.IR size .
This can be useful when copying large amounts of data onto
fixed-size storage media such as CDs or DVDs.
.\" .SH EXAMPLES
.SH FILES
.I prefixNNNNN
output files
.SH SOURCE
.B /sys/src/cmd/bsplit.c
.SH SEE ALSO
.IR split (1),
.IR tarsplit (1)
.\" .SH DIAGNOSTICS
.\" .SH BUGS

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.