 |
UNIX/Linux Bash Shell Scripting: Shell Script to Display Time and Date in the Top Right Corner of th
#!/bin/bash # SCRIPT: digclock.sh # USAGE: ./digiclock & # PURPOSE: Displays time and date in the top right corner of the # screen using tput command. # To stop this digclock use command "kill pid"
www.bashguru.com |
 |