We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5814dd3 + 9a4f5c4 commit cd27f69Copy full SHA for cd27f69
GNUmakefile
@@ -107,6 +107,7 @@ PROGS := \
107
dir \
108
dircolors \
109
dirname \
110
+ du \
111
echo \
112
env \
113
expand \
@@ -152,6 +153,7 @@ PROGS := \
152
153
tail \
154
tee \
155
test \
156
+ touch \
157
tr \
158
true \
159
truncate \
@@ -170,7 +172,6 @@ UNIX_PROGS := \
170
172
chmod \
171
173
chown \
174
chroot \
- du \
175
groups \
176
hostid \
177
id \
@@ -187,7 +188,6 @@ UNIX_PROGS := \
187
188
stdbuf \
189
stty \
190
timeout \
- touch \
191
tty \
192
unlink \
193
uptime \
0 commit comments