for FILE in `file * | grep "ELF 32-bit" | awk -F: '{ print $1 }' ` do echo $FILE ldd $FILE | grep "not found" | grep "so.[0-9]" done