linux - how to mass check integrity of everything
I went into the steamapps directory via the terminal/console and ran

for id in $(ls *.acf | sed "s/appmanifest_//g" | sed "s/.acf/g") ; do steam steam://validate/$id ; done

this causes steam to validate everything that is installed by steam

you can check the progress in the Downloads section