[AWK] Small Productivity Script - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
About
Here's a small awk script (not gawk, mawk, or nawk) that I wrote playing around with the language. It's main purpose is hopefully jolting your productivity by showing you how much of your life you've already lived, and how much you have left. Usage Code: ./life -v age=(age #) Git <a href="http://git.nixers.net/jmbi/life/tree/master">http://git.nixers.net/jmbi/life/tree/master</a> Hopefully this might spark your interest in awk/gawk/mawk/nawk, I've found that it is a very useful language for text and data processing and is very fast. |
|||
Messages In This Thread |
[AWK] Small Productivity Script - by jmbi - 17-06-2014, 07:07 PM
RE: [AWK] Visualize your remaining life - by hades - 17-06-2014, 07:45 PM
RE: [AWK] Small Productivity Script - by venam - 18-06-2014, 10:30 AM
RE: [AWK] Small Productivity Script - by jmbi - 18-06-2014, 10:51 AM
|