Search Results

Search: Posts Made By: Akshay Hegde
7,397
Posted By Akshay Hegde
awk 'NF { $3 = $2 + 1000 }1' OFS='\t' file ...
awk 'NF { $3 = $2 + 1000 }1' OFS='\t' file

---------- Post updated at 09:29 PM ---------- Previous update was at 09:22 PM ----------

If suppose in case you want to keep source formating you can...
7,397
Posted By Akshay Hegde
Like this ? awk 'NF { $3 = $2 + 1000 }1' file
Like this ?

awk 'NF { $3 = $2 + 1000 }1' file
Showing results 1 to 2 of 2

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