mirror of
https://codeberg.org/puppe/mpuppe.de-blog-posts.git
synced 2026-05-06 09:50:48 +02:00
538 B
538 B
| layout | title | date | comments | categories | description |
|---|---|---|---|---|---|
| post | Kaputte symbolische Links finden | 2012-02-24 11:21 | true | Bash | So lassen sich kaputte symbolische Links finden. |
Mit folgendem Terminalbefehl lassen sich kaputte symbolische Links finden:
find / -type l ! -exec test -r {} \; -print