|
Need to create file from shell scripting
Hi,
I want to create a file from a shell script. the data for the file will come from variables. that is the file format is like,
var1-value var2_value ...
that is, var1_value should be placed in first 10 spaces and var2_value should be placed in next 8 columns like that.
is there any idea to do like this?
Thanks in advance,
Raja.
|