aboutsummaryrefslogtreecommitdiff
path: root/bin/mftl.awk
Commit message (Collapse)AuthorAgeFilesLines
* Add dot and slash to legal mftl(1df) target charsTom Ryder2017-07-031-1/+1
|
* Lots of cleanup of awk scriptsTom Ryder2017-07-021-2/+8
| | | | Mostly inspired by suggestions from gawk --lint
* Stylistic tweaks to awk scriptsTom Ryder2016-12-111-3/+1
|
* Explicitly set flag value in mftl(1df)Tom Ryder2016-12-111-1/+1
| | | | Rather than relying on what I suspect is not strictly defined behaviour
* Escape slash in mftl(1df) to soothe NetBSD awk(1)Tom Ryder2016-12-031-1/+1
| | | | | | | /usr/bin/awk: nonterminated character class ^[a-zA-Z0-9][a-zA-Z0 source line number 31 source file /sdf/udd/t/tejr/.local/bin/mftl context is if ($i ~ >>> /^[a-zA-Z0-9][a-zA-Z0-9./ <<<
* Remove some trailing whitespaceTom Ryder2016-10-191-1/+1
|
* Prettify an Awk for a bitTom Ryder2016-09-051-1/+1
|
* Exclude $0 from arg iteration in mftl(1df)Tom Ryder2016-09-051-1/+1
|
* Add mftl(1df)Tom Ryder2016-09-051-0/+38