sudo -v
-files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f)
-libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f)
+files=$(find /usr/bin -maxdepth 1 -type f)
+libs=$(find /usr/lib/*.so* -maxdepth 1 -type f)
echo "Searching broken binaries...."