Microsoft
Software
Hardware
Network
Question : A tiny Bash Script to sort and show
Hi:
Consider I have a text file as this one in attached, and I need a tiny Bash script to just sort it by its first field (the numeric field) and display it in the screen. Questions:
1) Is it possible to sort it in descending order? (just in case)
2) Is it possible to sort it by the first field and then by the second field? (just in case too)
Thanks.
Mario./
Answer : A tiny Bash Script to sort and show
cat filex.txt | sort -nr
will do the job
-n is for numeric sort and -r is for descending order
if u want to sort by the second field try
cat filex.txt | sort -k2
hope this is what you mean
Random Solutions
Internet Explorer version 8
Can't parse arguments via variables in Bash
Public Folders - Can't create recurring appointment, yet has full permissions. Only user to experience error.
Windows Vista Access 2002 office system pack install error
Outlook 2007 Junk Mail Filter Not Working
RUBY - Read and write to file - selected rows
Result Set in a dynamic query
image map in html for signature in outlook
Is there a URL to access OWA Address Book (not contact list), or invoke Find Names-Web dialog page?
Restore exchange ntbackup to other location ; restore mails