aboutsummaryrefslogtreecommitdiff
path: root/bin/gwp.awk
Commit message (Collapse)AuthorAgeFilesLines
* Stylistic tweaks to awk scriptsTom Ryder2016-12-111-3/+1
|
* Tweak FS for gwp(1df)Tom Ryder2016-12-051-2/+2
|
* Use explicit range for alphanumeric charactersTom Ryder2016-12-051-1/+1
| | | | | | | | | This accommodates mawk 1.2, which doesn't implement the character ranges, even though POSIX tells it to. I remember geirha mentioning in #bash that mawk is broken. *sigh*
* Remove shebang from source awk fileTom Ryder2016-12-051-1/+0
| | | | Causes doubleup in compiled file
* Add gwp(1)Tom Ryder2016-12-041-0/+57