#!/bin/sh
grep "$1" exercises/standard/lesson-files/*
find -name "*.py" | xargs grep -n "$1" Makefile.in
find -name Makefile | xargs grep -n "$1"
grep -n "$1" *.xml
cd help/C && find | xargs grep -n "$1"
