Search Results

Search: Posts Made By: Joe2226
1,475
Posted By Joe2226
Thanks Kamal. I havent tried it. Will try it and let u know
Joe2226,

You can try with.
awk 'BEGIN{FS=OFS=","} {$2="ZZ"}1' fileawk 'BEGIN{FS=OFS=","} NR<4{$2="ZZ"}1' fileI hope it helps.
1,475
Posted By Joe2226
File Manipulations
Hi All,

I have a pipe delimited file with around 30 fields. What is the simple way to Update a value for any column. For ex. If i want to update 22 field with "album".

Similarly, how to do this...
Showing results 1 to 2 of 2

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