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

Implement unexpand

This commit is contained in:
Virgile Andreani 2014-07-28 02:11:49 +02:00
parent 7ae0807c6d
commit 49a733a864
5 changed files with 337 additions and 1 deletions

View file

@ -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)