#!/bin/sh # Find all photo .txt files that contain a string. # Brent Chivers 2016/Feb/27 /usr/bin/find /home/bchivers/webpages/photos/bdchivers -type f | /bin/egrep '.tags$|.txt' | /usr/bin/xargs /bin/egrep -l "$*" | /usr/bin/sort