eksarajavo
Technical User
Hi people,
I have file a.txt with content
2 3
2 4
5 6
how write a script in awk to sort values by column to get result like
9 13.
I tried some solutins but without success.
Any help is welcome.
Regards
I have file a.txt with content
2 3
2 4
5 6
how write a script in awk to sort values by column to get result like
9 13.
I tried some solutins but without success.
Any help is welcome.
Regards