Question: In Unix, Write ONE line bash script to print out all the days a Wednesday occurs on for the current month. Example: $ date Wed
In Unix, Write ONE line bash script to print out all the days a Wednesday occurs on for the current month.
Example:
$ date Wed Aug 3 06:33:20 MST 2016 $ whendnesday
3 10 17 24 31
$
NOTE: You may only use a one pipeline command to get the solution.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
