mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
alphabetical ordering for list of progs
This commit is contained in:
parent
84c435cadc
commit
a5a93175fe
1 changed files with 7 additions and 7 deletions
14
Makefile
14
Makefile
|
@ -54,8 +54,9 @@ PROGS := \
|
|||
false \
|
||||
fmt \
|
||||
fold \
|
||||
link \
|
||||
hashsum \
|
||||
head \
|
||||
link \
|
||||
ln \
|
||||
mkdir \
|
||||
nl \
|
||||
|
@ -70,14 +71,15 @@ PROGS := \
|
|||
relpath \
|
||||
rm \
|
||||
rmdir \
|
||||
sleep \
|
||||
split \
|
||||
seq \
|
||||
shuf \
|
||||
sleep \
|
||||
sort \
|
||||
split \
|
||||
sum \
|
||||
sync \
|
||||
tac \
|
||||
tail \
|
||||
tee \
|
||||
test \
|
||||
tr \
|
||||
|
@ -87,10 +89,8 @@ PROGS := \
|
|||
unexpand \
|
||||
uniq \
|
||||
wc \
|
||||
yes \
|
||||
head \
|
||||
tail \
|
||||
whoami
|
||||
whoami \
|
||||
yes
|
||||
|
||||
UNIX_PROGS := \
|
||||
chmod \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue