In the script bellow, how can I make the the word "end" from the output of the command "
printf "\e[41mend==>\e[m $i
"", flashing?
#!/bin/bash
in=path_to_my_folder
for i in $(cat ${in}/file.txt); do
Command 1;
Command 2;
.
.
.
.
Command N;
sleep 60
echo "Review command stats summary"
printf "\e[41mend==>\e[m $i "
done
Asked by user88036
Aug 6, 2015, 05:56 PM
Last activity: Jun 2, 2022, 01:09 PM
Last activity: Jun 2, 2022, 01:09 PM