Re: [dev][sbase][PATCH] Added POSIX paste(1) command implementation.
Greetings. On Sat, 04 May 2013 07:54:45 +0200 Lorenzo Cogotti wrote: > This commit adds a simple implementation of the POSIX > standard paste(1) command, and its man page. > TODO and Makefile have been updated accordingly. Thanks, it’s been applied. Sincerely, Christoph Lohmann
[dev][sbase][PATCH] 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. --- Makefile | 1 + TODO | 2 - paste.1 | 122 + paste.c | 231 +