From: Robert Klemme Date: 2007-03-13T17:10:10+09:00 Subject: Re: perl to ruby On 13.03.2007 08:26, Marcin Kulisz wrote: > Jan Svitok wrote: > >> #!/usr/bin/ruby -w >> >> usr = ARGV[0] > .. >> puts appends \n, if you don't like it, use print > > thx a lot, I was very close to it but had probles with grep, first I > tired to do it with command "system" but it doesn't working then change > my mind & tired with method ".grep" & it doesn't work too but your > solution is easy & lovely > again thx for help Also look at this: http://raa.ruby-lang.org/project/etc/ Kind regards robert