Added POSIX paste(1) command implementation.

This commit adds a simple implementation of the POSIX
standard paste(1) command, and its man page.
TODO and Makefile have been updated accordingly.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Lorenzo Cogotti
2013-04-29 18:54:36 +02:00
committed by Christoph Lohmann
parent e509d56bae
commit c451683c3f
4 changed files with 354 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ SRC = \
mv.c \
nl.c \
nohup.c \
paste.c \
pwd.c \
rm.c \
sleep.c \