Unix/Linux Tutorials | Shell Script for Digital Timer | by Durga Sir

preview_player
Показать описание
Shell Script for Digital Timer:
=======================
eg-1:

#! /bin/bash

while [ true ]
do
clear
tput cup 7 25
echo "$(date +%H:%M:%S)"
sleep 1
done

eg-2:
#! /bin/bash
while [ true ]
do
clear
tput cup 7 25
echo "WELCOME TO DURGASOFT"
sleep 2
clear
tput cup 7 25
echo "UNIX/LINUX CLASSES"
sleep 2
done
Рекомендации по теме
Комментарии
Автор

I attended this session very nice sir jee U are great

amittrivedi
Автор

Good explanation, I am waiting for online classes on Unix by Durga sir.

ahammadshaik
Автор

Awesome Explanation..
If Possible Start Online Batch on Unix Shell scripting..

raju
Автор

You best teacher ? How to built confidence one time explain

AshishKumar-ysgr
Автор

Do you have more videos in shell scripting by Durga sir.

as-youtuber
Автор

Hi Team, do you have complete linux shell scripting by durga sir..?

prasaddadi
Автор

what happens if sleep command is not used ..? can you explain me for this..

prudhviyadav
welcome to shbcf.ru