My programing World
A collection of programs and interview questions
Monday, September 14, 2015
Sort command
sort -t $'\t' -nrk2
This will sort the file with tab separated data in descending order , numeric sort and based on second field.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment