summaryrefslogtreecommitdiff
path: root/testsuite/cut.tests
AgeCommit message (Expand)Author
2024-12-20cut: fix up -D/-s behavior with -FDenys Vlasenko
2024-12-14cut: fix -F n-m to match toyboxDenys Vlasenko
2024-12-13cut: fix handling of -d ''Denys Vlasenko
2024-12-10cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko
2024-12-10cut: implement --output-delimiterDenys Vlasenko
2024-12-10cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")Denys Vlasenko
2024-12-10cut: improve detection of invalid rangesRon Yorston
2024-12-10cut: fix "-s" flag to omit blank linesColin McAllister
2021-08-15cut: fix testsuiteDenys Vlasenko
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-04tests: fix POSIX shell source styleMike Frysinger
2007-11-26fix vda's testsuite bogons, part 2Denis Vlasenko
2007-11-26fix vda's testsuite bogons, part 1Denis Vlasenko
2007-11-26testsuite: add tests for cut and grep;Denis Vlasenko