[ic] TAB in a shell script

Daniel Roulliere interchange-users@interchange.redhat.com
Wed Oct 24 18:39:01 2001


Hi,
I have a little problem with a shell script which makes a record with 
the datas of my payment organism.
I want fields separated by a TAB  :

echo $catalog TAB $certificate TAB $authorisation TAB .....  >> $output

what is used   for TAB ?
 I try to put \t , '\t' , "\t" unsuccessfully !

Thanks
Daniel.