whoback - Overview
Navigation Menu
Pinned Loading
-
Forked from codeforboston/GovLens
We scan thousands of government websites to check how well they stack up on security, accessibility, and public accountability.
Python
-
1
This lets us find all files which match have `filetype` and `search string` in their file names.
3
`find . -iname '*.filetype' -iname '*search string*' -print`
5
working example to find .pdf file that contain algorithm in the name