Add initial version of xargs(1)

This commit is contained in:
sin
2014-01-03 11:52:47 +00:00
parent 71cbd12ede
commit 4bdf9a9658
3 changed files with 270 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ SRC = \
stat.c \
wc.c \
who.c \
xargs.c \
yes.c
OBJ = $(SRC:.c=.o) $(LIB)