Search Results

Search: Posts Made By: deepak_p86
26,556
Posted By deepak_p86
I have use ur suggesting but I m getting an error...
I have use ur suggesting but I m getting an error regarding file... File is in current directory..

awk -v r=15 19 -v c=7 -v val=96 -F, 'BEGIN{OFS=","}; NR != r; NR == r {$c = val; print}'...
26,556
Posted By deepak_p86
.csv is like something data1,1,2,3,4 ...
.csv is like something

data1,1,2,3,4
data2,1,2,3,3

now in 2nd row I want to change 2 to 5....

Required one is

data1,1,2,3,4
data2,1,5,3,3

Thanks
zaxxon for updating me...
26,556
Posted By deepak_p86
How to edit particular cell of csv file using shell script
I have one csv file and in that I want update particular cell. I know the row and coloumn number for that respective.

Please help me...
7,962
Posted By deepak_p86
is Threading in shell script possible...?
Hi frnds,

I have once script which is executing the command on local and remote machine continuously and I m collecting the required logs in separate file.

Now, I m facing one issue...

One...
Showing results 1 to 4 of 4

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