sorting a file with records - amended
From: mike (s99999999s2003_at_yahoo.com)
Date: 11/13/03
- Next message: Kristian: "DBI problem inserting html into mssql db"
- Previous message: mike: "sorting a file with records"
- Next in thread: Gunnar Hjalmarsson: "Re: sorting a file with records - amended"
- Reply: Gunnar Hjalmarsson: "Re: sorting a file with records - amended"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Nov 2003 01:51:10 -0800
hi
i have a sample file like this (field separator is a space):
orion 13-11-2003 mike
jupiter 11-11-2003 susan
venus 12-11-2002 alvin
neptune 10-11-2002 sharon
i just want to sort this file on the first column by string so
eventaully the output is:
jupiter 11-11-2003 susan
neptune 10-11-2002 sharon
orion 13-11-2003 mike
venus 12-11-2002 alvin
how can i do that just with the sort function from perl??
thanks very much for any help
- Next message: Kristian: "DBI problem inserting html into mssql db"
- Previous message: mike: "sorting a file with records"
- Next in thread: Gunnar Hjalmarsson: "Re: sorting a file with records - amended"
- Reply: Gunnar Hjalmarsson: "Re: sorting a file with records - amended"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|