#!/bin/sh while read option do if ! fgrep -i "Cm $option" "$1" >/dev/null then echo "$option" fi done