#!/bin/sh while read -r i; do echo -n "# " file "$i" grep -m1 "\`" "$i" grep -m1 "oe" "$i" done <