https://github.com/hubtou/prep-port
A port of UNIX v7 prep command (Prepare text for statistical processing)
https://github.com/hubtou/prep-port
unix-command
Last synced: 4 months ago
JSON representation
A port of UNIX v7 prep command (Prepare text for statistical processing)
- Host: GitHub
- URL: https://github.com/hubtou/prep-port
- Owner: HubTou
- License: other
- Created: 2021-06-09T00:28:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T23:48:12.000Z (about 5 years ago)
- Last Synced: 2025-10-27T04:38:26.001Z (8 months ago)
- Topics: unix-command
- Language: Makefile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# PREP(1)
This is a FreeBSD (or modern Unix) port of [Seventh Edition Unix's](https://www.tuhs.org/cgi-bin/utree.pl?file=V7) [prep](http://man.cat-v.org/unix_7th/1/prep) command,
resurrected for discovery and [reimplementation in Python](https://github.com/HubTou/prep) for [The PNU project / PyNIX](https://github.com/HubTou/PNU).
The unincluded original source code is fetched and patched from [The Unix Heritage Society](https://www.tuhs.org/) web site.
It is distributed under the BSD-like [Caldera license](https://github.com/HubTou/prep-port/blob/main/License).
The original materials in this repository are distributed under a classical 3-clauses BSD license.