SyntaxFix
Write A Post
Hire A Developer
Questions
try this -
awk '{print $0|"sort -t',' -nk3 "}' user.csv
OR
sort -t',' -nk3 user.csv