Hi,

I'm currently very curious about something i couldn't read from man pages.

`test -e <FILENAME>` checks if a file exists... that's why i couldn't agree with the return of the execution `test -e` with no filename being passed to. It returns 0, although it should be 1.

Is it right?

--

Robson JĂșnior