Search Results

Search: Posts Made By: suman.frnz
13,166
Posted By suman.frnz
Thanks Zoite, It worked... but instead of...
Thanks Zoite,

It worked...
but instead of row+=$(echo "$line" | tr '\n' ' ')
i wrote row="$row $line"

Problem solved, Thanks for the solution.
13,166
Posted By suman.frnz
Need help on inserting data from text file to excel using shell script
Hi,

Please help me on this.

I want to insert data from text file to excel using shell script

nawk -v r=4 -v c=4 -v val=$a -F, 'BEGIN{OFS=","}; NR != r; NR == r {$c = val; print}'...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy