On 8/9/14, 7:07 AM, Steve Simmons wrote:
> Advance apologies if this has already been discussed and rejected.

It hasn't.

> It would be nice to have ganged file test switches. As an example, to test 
> that a directory exists and is properly accessible one could do
> 
>   if [[ -d foo ]] && [[ -r foo ]] && [[ -x foo ]] ; then . . .
> 
> but
> 
>   if [[ -drx foo ]] ; then . . .
> 
> is a lot easier.

Sure, but it's only syntactic sugar.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to