whoback - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View whoback's full-sized avatar

Will Hoback whoback

  • SXSW

  • Cambridge, MA

Block or report whoback

Pinned Loading

  1. Forked from codeforboston/GovLens

    We scan thousands of government websites to check how well they stack up on security, accessibility, and public accountability.

    Python

  2. 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