1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #234 from polyphemus/cut

Implement cut - implement #165
This commit is contained in:
Arcterus 2014-06-27 09:30:53 -07:00
commit 8fd455f8e5
6 changed files with 647 additions and 1 deletions

View file

@ -13,6 +13,7 @@ PROGS := \
cksum \
comm \
cp \
cut \
dirname \
echo \
env \