Can anyone explain this command:
awk \'NR == 1; NR > 1 {print $0 | "sort -k3"}\'
The command outputs the header and sorts the records