Shell programming - schoolmca

Write a shell script to display the calendar for current month with current date replaced by * or ** depending on whether the date is single digit or two digits. Shell scripts:-write a shell script to accept a number and check wether it is greater than 10 or not. ANS: echo “Enter the number” read num. if [$ num … ................
................