summaryrefslogtreecommitdiffstats
path: root/dead_links
blob: a83fe2e13e72a57dc97fd51bdfd16d57a4c7079d (plain)
1
2
3
4
#! /bin/sh
DIR=${1:-$HOME}
echo "find $DIR -maxdepth 1 -type l -a ! -readable -exec ls -l '{}' \;"
find $DIR -maxdepth 1 -type l -a ! -readable -exec ls -l '{}' \;