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

2
TODO
View File

@@ -28,8 +28,6 @@ md5sum [-c] [file...]
nice [-n N] [command]
paste [-s] [-d list] [file...]
printenv [variable...]
printf [format] [data...]