The following script clear screen and update the date every second. So it seems like the running digital clock.
#!/bin/bash
#running digital clock
#!/bin/bash
#running digital clock
while
[ : ]
do
clear
date
sleep
1
donePosted by PNA Prasanna at 10:42 AM
Labels: Shell Scripts
LinuxOcean © All rights reserved. |
0 Comments:
Post a Comment