# sh search.shell word for f in *.odt;do if unzip -p $f content.xml | grep -q $@; then echo $f fi done