mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
add nl
This commit is contained in:
parent
637d2c72d0
commit
2e097d659e
7 changed files with 581 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -22,6 +22,7 @@ PROGS := \
|
|||
fold \
|
||||
md5sum \
|
||||
mkdir \
|
||||
nl \
|
||||
paste \
|
||||
printenv \
|
||||
pwd \
|
||||
|
@ -78,6 +79,7 @@ INSTALLEES := \
|
|||
TEST_PROGS := \
|
||||
cat \
|
||||
mkdir \
|
||||
nl \
|
||||
seq \
|
||||
tr \
|
||||
truncate \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue