mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Implement unexpand
This commit is contained in:
parent
7ae0807c6d
commit
49a733a864
5 changed files with 337 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -76,6 +76,7 @@ PROGS := \
|
|||
true \
|
||||
truncate \
|
||||
tsort \
|
||||
unexpand \
|
||||
unlink \
|
||||
uniq \
|
||||
wc \
|
||||
|
@ -133,6 +134,7 @@ TEST_PROGS := \
|
|||
seq \
|
||||
tr \
|
||||
truncate \
|
||||
unexpand
|
||||
|
||||
TEST ?= $(TEST_PROGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue