]> pd.if.org Git - pdutils/commit
Added implementations from pdcore
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 19 Oct 2013 13:51:28 +0000 (13:51 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 19 Oct 2013 13:51:28 +0000 (13:51 +0000)
commit4daa873acbfc240e9ecc350e74c14bbfd58fabc9
tree4082038b7793c8086884853700cb9eeb13072389
parentb6d847ae20c32744d508eced2be3132c3fa8c5b9
Added implementations from pdcore

Found implementations of several utilities at
https://github.com/mooseman/pdcore
20 files changed:
utils/cat/cat.1 [new file with mode: 0644]
utils/cat/cat.c [new file with mode: 0644]
utils/cksum/cksum.1 [new file with mode: 0644]
utils/cksum/cksum.c [new file with mode: 0644]
utils/cmp/cmp.1 [new file with mode: 0644]
utils/cmp/cmp.c [new file with mode: 0644]
utils/comm/comm.1 [new file with mode: 0644]
utils/comm/comm.c [new file with mode: 0644]
utils/dirname/dirname.1 [new file with mode: 0644]
utils/dirname/dirname.c [new file with mode: 0644]
utils/false/false.1 [new file with mode: 0644]
utils/false/false.c [new file with mode: 0644]
utils/head/head.1 [new file with mode: 0644]
utils/head/head.c [new file with mode: 0644]
utils/tail/tail.1 [new file with mode: 0644]
utils/tail/tail.c [new file with mode: 0644]
utils/tee/tee.1 [new file with mode: 0644]
utils/tee/tee.c [new file with mode: 0644]
utils/true/true.1 [new file with mode: 0644]
utils/true/true.c [new file with mode: 0644]