Find broken links, fast and easy

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
Dewbie

Find broken links, fast and easy

#1 Post by Dewbie »

Nice little script from ghostdog74:

Code: Select all

find / -type l ! -exec test -r {} \; -print
(Also tested the others in that thread; this one's the best. :) )

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#2 Post by Karl Godt »

This one is only interesting for long time users on full installations -- like ME :D

Hmmm whats the code telling me :

find on top of rootfs TYPE LINK NOT EXECUTE test readable FILE ESCanotherCommand Print

Post Reply