is it possible to insert the following code ( timer ) in the dialog progress bar ?
date1=`date +%s`;
while true; do
echo -ne "$(date -u --date @$((`date +%s` - $date1)) +%H:%M:%S)\r";
done
.
dialog --title "File upgrade" --gauge "Please wait..." 10 70 0
my target is to view the timer clock in the progress bar window the clock will stop when the progress bar ended