https://github.com/mooseman/pdutils
A few public-domain *nix utilities. STATUS - Good. A number of useful utilities have now been found or written.
https://github.com/mooseman/pdutils
public-domain utilities
Last synced: about 1 month ago
JSON representation
A few public-domain *nix utilities. STATUS - Good. A number of useful utilities have now been found or written.
- Host: GitHub
- URL: https://github.com/mooseman/pdutils
- Owner: mooseman
- License: unlicense
- Created: 2010-02-08T04:28:54.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-08-26T01:54:16.000Z (over 12 years ago)
- Last Synced: 2023-04-17T07:55:55.871Z (about 2 years ago)
- Topics: public-domain, utilities
- Language: C
- Homepage:
- Size: 332 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
*** README - pdutils ***
This project aims to produce (and find) a few public-domain *nix utilities.
At present, there are the following -* A small utility to check if a file exists in the current directory.
* A couple of grep utilities
* A couple of other search utilities
* A calendar utility
* A "b-tree" utility
* A "day-of-week" utility
* A public-domain version of the getch() function
* A simple program (keyhandler.c) to handle function, ctrl, alt and arrow keys.
* A word-count program
* A simple tokeniser to split text into tokens
* A utility to check the indentation of a file.One of the things I'd most like to find (or do) is a public-domain versions of "awk".
This code is released to the public domain.
"Share and enjoy....." ;)