Skip to content

Instantly share code, notes, and snippets.

rpm -qa --nodigest --nosignature --qf '%{VERSION}-%{RELEASE} %{SUMMARY}\n' | grep gpg
@zhouyan
zhouyan / dl.sh
Created April 15, 2015 00:56
Find dead links
find / -type l ! -exec test -r {} \; -print