On Sat, 12 Dec 2009 10:51:31 +0100 Andreas Schwab <[email protected]> wrote:
> "Matias A. Fonzo" <[email protected]> writes: > > > A solution to check the broken symlink is: > > > > [ -e "foo" -o -L "foo" -a ! -e "foo" ] > > In which way is the last check not redundant? > In the sense that you have -e to check existing files and non-broken symlinks -instead of- "-e -o -L". Regards, MatÃas
