Steve Simmons <s...@umich.edu> writes:

> Advance apologies if this has already been discussed and rejected.
>
> 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.

But it is ambigous.  Does it mean adjuntion or conjunction?

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to