Awk Commands cat OBR_40759_Adjustmen_ws_charge_input.txt | awk -F’|’ ‘{ sum+=$4 } END { print sum } ‘
Recent Comments