A
amos
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
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