aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/split.c
AgeCommit message (Expand)Author
2021-07-05Add split -n test, handle more than one leftover byte, clarify help text.Rob Landley
2021-06-27Add support for -n in splitElla-0
2021-02-08Have xclose() perform the fd != -1 test.Rob Landley
2018-08-25Convert more argument variables in GLOBALS() to new style.Rob Landley
2016-10-26Izabera pointed out that split -b -l are exclusive.Rob Landley
2015-08-02Mark command-local functions static.Rob Landley
2015-03-01remove accidental space in format stringElliott Hughes
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-06-16Implement split.Rob Landley