From: sto.mar@... Date: 2013-02-14T09:02:19+09:00 Subject: Re: Ruby command line options s and S Am 13.02.2013 21:08, schrieb Love U Ruby: > unknown wrote in post #1096746: >> Am 13.02.2013 17:19, schrieb Love U Ruby: >>>> find $(echo $PATH | tr ':' ' ') | less >>> >>> Thanks @Jamal - but why $RUBYPATH is showing nothing? >> >> Because it's empty or not defined? >> > > > Which one is not defined as per your doubt? > > Thanks Are you kidding????? $RUBYPATH is probably not defined / set. Did you try `$ env' as I suggested? Search in the output for RUBYPATH, it's probably not there. You can also use $ env | grep RUBYPATH --