F
Frank Meyer
I've written a little ruby program which can sort logfiles with the
following format:
4.text text text
1.text text text
2.text text text
10.text text text
2.text2 text2 text2
The file is given as a command line parameter and after sorting the
entries it writes them back into this file.
The program is in the attachement.
What I want to know is how would you write such a tool in ruby? I'm
asking this because I'm still learning ruby and I want to learn how to
do it in ruby (ans its design principles).
Thank you!
Turing
Attachments:
http://www.ruby-forum.com/attachment/86/test.rb
following format:
4.text text text
1.text text text
2.text text text
10.text text text
2.text2 text2 text2
The file is given as a command line parameter and after sorting the
entries it writes them back into this file.
The program is in the attachement.
What I want to know is how would you write such a tool in ruby? I'm
asking this because I'm still learning ruby and I want to learn how to
do it in ruby (ans its design principles).
Thank you!
Turing
Attachments:
http://www.ruby-forum.com/attachment/86/test.rb