UNIX/Linux Bash Shell Scripting: Shell Script to Display Time and Date in the Top Right Corner of th

UNIX/Linux Bash Shell Scripting: Shell Script to Display Time and Date in the Top Right Corner of th

瀏覽:921
日期:2024-05-11
#!/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"...看更多