summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Use \t instead of \s & make the output neaterAndinus2020-05-061-3/+5
| | | | | | | | | We replace \t with ": " before printing to make the output neater. Also \t is now used to match against instead of /s because it's what defined in wtf manual. Talking about OpenBSD 6.6 wtf manual here, I assume it will be the same for original wtf.
* Fix variable nameAndinus2020-05-061-5/+5
| | | | | | | Variables shouldn't be called file, it's bad practice. So we use $fn for filename. http://perl-begin.org/tutorials/bad-elements/#sources_of_advice
* Make script executableAndinus2020-05-061-0/+0
|
* Add information on wtf from NetBSD 1.5Andinus2020-05-061-3/+4
|
* Initial commitAndinus2020-05-063-0/+91