I have a csv file which I need to order based on the timestamp. It is the third column in the csv and I am using below commands to sort:
awk \'NR<2{print $_;n
Try this:
sort -rft',' -k3 merged.csv