Hi, At Thu, 17 Oct 2002 20:46:52 +0900, Paul E.C. Melis <paul / floorball.nl> wrote: > After some puzzling I found out why my script with correct shebang line > (#!/usr/bin/env ruby) resulted in > > : No such file or directory > > when run as ./script.rb on my redhat linux system (it worked ok with "ruby > ../script.rb"). It turned out that the newlines in the script file where done > in dos style (0x0d, 0x0a) instead of common unix style (0x0a) and converting > the newlines solved the problem. It's due to the kernel behavior. Claim to the linux developers. -- Nobu Nakada