bash scripting and echo command question

Status
Not open for further replies.

Zeus

Registered
Hi all,
i'm writing a simple script in bash

i have four variables and i need to print them all on the same line
each variable should be TAB separated and not space separated
when all variables (4) are printed i need a new line simbol at the end of the line


how can i do this ?

thanks an advance
 
Status
Not open for further replies.
Back
Top