in reply to Re^2: Counter && print issue
in thread Counter && print issue

Use a negative field width to get it left-aligned (yes, it's non-intuitive, but printf has been that way for a long time):
printf "-26s %4s\n","WAA","[Ok]";