#!/bin/sh if ls | grep goose > /dev/null then echo "A file has goose in the name" fi