S
stn0795
Hi there,
I have a small script with output is *.xls file. However, all place in
column A.
I want that all "Name1" place in Column A, and all "Name2" place in
column B whenever output file execute.
For Ex,
fgrep "Name1" temp.txt > out.xls
fgrep "Name2" temp.txt >> out.xls
What should I put more here to get the "Name2" place in the column B
when I execute?
Your assistance is apprecite!!
Thanks
Son
I have a small script with output is *.xls file. However, all place in
column A.
I want that all "Name1" place in Column A, and all "Name2" place in
column B whenever output file execute.
For Ex,
fgrep "Name1" temp.txt > out.xls
fgrep "Name2" temp.txt >> out.xls
What should I put more here to get the "Name2" place in the column B
when I execute?
Your assistance is apprecite!!
Thanks
Son