elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
man
/
man1
/
split.1
File editor
.TH SPLIT 1 .SH NAME split \- split a file into pieces .SH SYNOPSIS \fBsplit\fP [ -\fBl\fP line_cnt] [ -\fBb\fP byte_cnt ] [ file [ prefix ] ] .SH DESCRIPTION \fISplit\fP reads \fIfile\fP and writes it in .IR line_cnt pieces or in \fIbyte_cnt\fP byte pieces to a set of output files. The default is in 1000 line pieces. The .IR byte_cnt parameter takes a scaling suffix (like .BR dd (1)): k (x 1024), b (block, x 512), w (word, x 2). The -b and -l options are mutually exclusive, specifying both will generate an error. .PP The name of the first output file is \fIprefix\fP with "aa" appended, and so on, lexicographically, to "zz". If no output prefix is given, "x" is the default, in which case \fIsplit\fP will create files from "xaa" to "zzz". .PP If no input file is given, or if \fB-\fP is given instead, then the standard input file is used. .SH BUGS If you provide \fIprefix\fP, \fIsplit\fP can only create 676 separate files. The default naming convention allows 2028 separate files. .SH AUTHOR Ported from 4.3BSD Reno
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history