coreutils
coreutils copied to clipboard
split command not working right
- gnu split command
$ split -b 1G big2.4Gfile && ll
2.4GB big2.4Gfile
1GB xaa
1GB xab
460MB xac
- coreutils' split command 0.0.14
$ ./target/debug/coreutils split -b 1G big2.4Gfile && ll
2.4GB big2.4Gfile
2.4GB xaa