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
Post a Comment
1 comment:
I use this ditty:
perl -MFile::Find -le 'find(sub { -l && !-e && print $File::Find::name }, ".")'
-M
Post a Comment