On 16.06.2009, at 16:29, Paul M. wrote: > > so I edited the script to: > #!/usr/bin/ruby > puts "Hello, Matz!" > > and I get the following error: -bash: matz.rb: command not found > > So what am I missing here? Your script is not in $PATH ? try ./matz.rb regards, Sandor Szs --