Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sorting txt-file 1

Status
Not open for further replies.

math

Programmer
Mar 21, 2001
56
0
0
BE
Hi,

I use a flat-file as database with entries like:
Code:
514:name:adres:1:0:5:email

It's a whole file like that... Now I'd like to sort that on the first number (514) so that 001 is first and 999 is last... But I don't have a clue what the code for that is...

Can anyone help ?

THANX,
math
 
try this:

sort -n unsorted_file > sorted_file Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top