Search Results

Search: Posts Made By: MadeInGermany
9,156
Posted By MadeInGermany
Supposed you only show $5 it is awk '{gsub(",",...
Supposed you only show $5 it is
awk '{gsub(",", "", $5); sum+=$5} END{print sum}' mylogfile.logThe gsub() returns the number of performed substitutions, not the result string. The result is stored...
Showing results 1 to 1 of 1

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