Hi Stefano, > > > Internationalization tests: prefer `test ! -r' over `test ! -f' > > > > Why? ... > Just in case the file is erroneously created as (say) a directory or > a symlink, a situation `test -f' would not catch.
I see, thanks. This is indeed more probable than that an unreadable file is erroneously created at the same place. Bruno