Home
Name Modified Size InfoDownloads / Week
README 2012-09-13 1.5 kB
true.c 2010-04-14 514 Bytes
tail.c 2010-04-14 11.4 kB
tee.c 2010-04-14 2.4 kB
head.c 2010-04-14 3.2 kB
dirname.c 2010-04-14 1.1 kB
false.c 2010-04-14 519 Bytes
cmp.c 2010-04-14 3.8 kB
comm.c 2010-04-14 5.4 kB
cat.c 2010-04-14 2.1 kB
cksum.c 2010-04-14 2.5 kB
basename.c 2010-04-14 1.4 kB
tee.1 2010-04-14 897 Bytes
true.1 2010-04-14 712 Bytes
head.1 2010-04-14 1.2 kB
tail.1 2010-04-14 2.1 kB
dirname.1 2010-04-14 793 Bytes
false.1 2010-04-14 716 Bytes
cmp.1 2010-04-14 1.3 kB
comm.1 2010-04-14 1.2 kB
cat.1 2010-04-14 1.1 kB
cksum.1 2010-04-14 873 Bytes
basename.1 2010-04-14 934 Bytes
AUTHORS 2010-03-11 39 Bytes
UNLICENSE 2010-03-11 1.2 kB
Totals: 25 Items   49.0 kB 0
[13 Sept 2012] Project changed maintainer and now hosted on GitHub:
  https://github.com/mooseman/pdcore

Original project description follows.

---
DESCRIPTION
  pdcore is a POSIX.1-2008 compliant public domain implementation of the
  core UNIX file, shell and text manipulation utilities.

  This utility set differs from existing implementations in one (or both)
  of two key aspects:

    (1) It is placed entirely within the public domain. See the file
        UNLICENSE for further details.

    (2) It aims to achieve strict adherence to POSIX.1-2008. Note that
        this does NOT imply any endorsement of pdcore by The Open Group.

  At a practical level, pdcore can be used as a drop-in replacement for
  the near-ubiquitous GNU core utility suite. Unlike the latter, pdcore
  is truly free, respects *nix standards, is vastly smaller, and generally
  doesn't suck ass.

  Whilst coded and tested on i686 Linux, pdcore ought to compile and run on
  any POSIX.1-compliant *nix operating system with an ANSI C compiler. The
  project maintainer would be especially interested in feedback from users
  of other platforms, and any issues that they might experience (e.g. should
  endianness causes a problem).


PROJECT STATUS
  See <http://pdcore.sourceforge.net/>


REFERENCES
  POSIX.1-2008: <http://www.opengroup.org/onlinepubs/9699919799>

---
UNIX is a registered trademark of The Open Group.
Linux is the registered trademark of Linus Torvalds in the U.S. and
other countries.
Source: README, updated 2012-09-13