So I\'m pretty lost as I missed a week and am playing catch up, but I\'m to write an awk program to tell the difference, in days, between two dates.
I\'m more or les
Another option:
$ echo 01234 | awk '{x=$0+0;print x}' 1234