Hello Awk'inas/Sed'ers;
This is keep ringing on my mind for a while, onto play in calender with awk or sed :cool:. Given a date, month and Year would like to find out the day corresponding to it. Am still a noob on awk and sed, hence would like to learn it from your responses.
Here it is;
When it is 1, I would like to see the output as Thu. Similarly for other dates would like to see the matching days of it.
PS: One liner will be great and fun. Thanks :)
This is keep ringing on my mind for a while, onto play in calender with awk or sed :cool:. Given a date, month and Year would like to find out the day corresponding to it. Am still a noob on awk and sed, hence would like to learn it from your responses.
Here it is;
Code:
cal 10 1987
October 1987
Sun Mon Tue Wed Thu Fri Sat
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
PS: One liner will be great and fun. Thanks :)