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:
commit
8fd455f8e5
6 changed files with 647 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ PROGS := \
|
|||
cksum \
|
||||
comm \
|
||||
cp \
|
||||
cut \
|
||||
dirname \
|
||||
echo \
|
||||
env \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue