This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
coreutils
Watch
1
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils.git
synced
2025-12-23 08:47:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
93c3f02600
coreutils
/
src
/
split
History
Download ZIP
Download TAR.GZ
Michal Piekarz
93c3f02600
C flag for split
2015-01-04 23:33:32 +01:00
..
README.md
Move all of the utils into src
2014-07-20 20:20:55 -07:00
split.rs
C flag for split
2015-01-04 23:33:32 +01:00
README.md
Rudimentary "split" Implementation
Missing Features
Flags
-C N
--verbose
Possible Optimizations
Use slice (
[u8]
) directly as the
control.current_line
.