I'm a Principal at ThoughtWorks, classical composer, and physics amateur.
Helpful sysadmin tip from Jason White (jasonjgw), philosopher cum Linux expert, on finding broken symlinks.
I use this ditty:perl -MFile::Find -le 'find(sub { -l && !-e && print $File::Find::name }, ".")'-M
I use this ditty:
ReplyDeleteperl -MFile::Find -le 'find(sub { -l && !-e && print $File::Find::name }, ".")'
-M