Results 1 to 2 of 2
Can someone plz explain to me how to write a shell script to check date?...
- 05-23-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 2
Shell Script
Can someone plz explain to me how to write a shell script to check date?
- 05-23-2007 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
With the date command you can print or set the date and time. Check the options in the man pages.
Here you can find a quick guide to writing Bash scripts:
http://pegasus.rutgers.edu/~elflord/unix/bash-tute.html
Regards


Reply With Quote