# sh search_content.shell word for f in *.odt;do echo $f unzip -p $f content.xml | sed 's/>/>\r\n/g' | grep $@ done