This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-12-19 17:43:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f2d49f4bb6
coreutils
/
src
/
split
History
Michael Gehring
f2d49f4bb6
Make uumain return isize everywhere
2015-01-10 14:07:39 +01:00
..
README.md
split.rs
Make uumain return isize everywhere
2015-01-10 14:07:39 +01:00
README.md
Rudimentary "split" Implementation
Missing Features
Flags
--verbose
- created file printing is implemented, don't know if there is anything else
Possible Optimizations
Use slice (
[u8]
) directly as the
control.current_line
.