Search Results

Search: Posts Made By: greet_sed
1,483
Posted By greet_sed
Hi, can you try the below one? awk...
Hi,

can you try the below one?


awk -F"|" -vv1="2016/13/19 11:12:11 PM" -vv2="20-11-16" 'NR==FNR{b[$1];next} {if ($1 in b)
{ $3=v1;$5=v2;print}
}' OFS="|" input Modify
Showing results 1 to 1 of 1

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