Sample Header Ad - 728x90

How can I make flashing text in bash?

1 vote
2 answers
13124 views
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