From: ts Date: 2001-10-16T23:49:56+09:00 Subject: [ruby-talk:22616] Re: Help (going stupid) ...`pwd` behaviour in ruby? >>>>> "S" == Steve Hill writes: S> obed% pwd S> /home/stehill1/DL_baseline/OFF/1.0/200-500 Try this (at the prompt) /bin/pwd and see if it give the same result than ruby S> obed% irb S> irb(main):01:0> `pwd` S> "/tmp_mnt/.autofa/research_rrm/rac/DL_baseline/OFF/1.0/200-500\n" Guy Decoux