Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kim808

    trying to create a simple script using KORN SHELL

    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...
  2. kim808

    Help with script which reminds ppl its Friday the 13th

    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...

Part and Inventory Search

Back
Top