Cylord <[EMAIL PROTECTED]> wrote: > if [ "$(echo * ? .*)" = "* ? . .." ] ; then echo REALLY empty dir; fi
You also need .? or else you're subject to: mkdir emptydir2; touch .* -- Raul
Cylord <[EMAIL PROTECTED]> wrote: > if [ "$(echo * ? .*)" = "* ? . .." ] ; then echo REALLY empty dir; fi
You also need .? or else you're subject to: mkdir emptydir2; touch .* -- Raul