Skip to content

Instantly share code, notes, and snippets.

@tomspur
tomspur / nbgrep
Last active August 29, 2015 14:05 — forked from jbarratt/nbgrep
#!/bin/bash
# usage: nbgrep 'pattern'
SEARCHPATH='~/work'
# 'jq' technique lifted with gratitude
# from https://gist.github.com/mlgill/5c55253a3bc84a96addf
# Break on newlines instead of any whitespace