bash printf format
printf "\n %20s \t %d " $BNAME $BEHIND
printf in bash
printf "$your_var1 $your_var2 $(tail -n -1 your.log | grep Word_to_grep ) \n" >> ../opt_done.txt
# several things,
# printf with \n new line
# $(tail -n -1 your.log | grep Word_to_grep ) --> is a command, will output whats comes in terminal
(if final line of the document has "Normal" to grep it will grep, oherwise nothing
# $your_var1 $your_var2 variables
# >> this is an appending,
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us