I am trying to do some formatting on output data in a script and not positive how to do Left Right justify as well as width. Can anyone point me in the right direction?
You're not being very clear, but the easiest way is probably to just use printf() (the shell command, not the C function of the same name).
printf()