From: amos Date: 2007-01-22T19:10:05+09:00 Subject: in ``': No such file or directory - getcwd (Errno::ENOENT) Hi, I'm getting this error message when I'm using the back tick method (the one that return the stdout of a subshell command): when my ruby runs the following a=`ls -l` it returns No such file or directory - getcwd (Errno::ENOENT) does someone have any idea why does it happen? thanks, Amos