#!/bin/sh for i in $* do echo === $i === grep '

*$' $i done