awk </dev/null \ 'END { for (i=0; i <13 ;i++) \ { printf("%02d:00-%02d:30\n%02d:30-%02d:00\n", i, i, i, i+1) }}'
The output was pasted into a spreadsheet.
I don't think this is how the creators of the original spreadsheet imaged things.
awk </dev/null \ 'END { for (i=0; i <13 ;i++) \ { printf("%02d:00-%02d:30\n%02d:30-%02d:00\n", i, i, i, i+1) }}'
The output was pasted into a spreadsheet.
I don't think this is how the creators of the original spreadsheet imaged things.
TrackBack URL: https://everythingsysadmin.com/cgi-bin/mt-tb.cgi/1707
Seems perfectly reasonable to me. :-)
Is that recent, Tom?
awk is soo underappreciated annd overlooked
You're weird, sir.