Skip to content
Prev 39943 / 63424 Next

possible minor doc clarification?

On 2011-04-25 08:47, Sean O'Riordain wrote:
Both versions make sense to me; it's just a question of
whether we think of testing for x 'being a directory'
or for x 'not being a directory'.

The code (for the '-f' op) actually tests !isdir and
so the current wording reflects the code.

Peter Ehlers