Re: [dev][sbase][PATCH] Added POSIX paste(1) command implementation.

2013-05-03 Thread Christoph Lohmann
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.

2013-04-29 Thread Lorenzo Cogotti
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 +