I'm trying to create a script in KORN shell which sends a not to remind you that it is friday the 13th. I need to use the banner command to display the date and the message
"beware it's friday the 13th" I could really use some help. so far i got:
#!/bin/ksh
set 'date'
if[[ $1 -eq...
If anyone could help, it would be much appreciated. For fun, I'm trying to create a script in KORN shell that reminds people that it's Friday the 13th. I want to put this in the crontab file so as to execute the script. Also, how would I use the banner command to display the date.
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.