#!/bin/rc

if(~ $#* 0)
	grep -v '^[^'']*(''[^'']*''[^'']*)*$' $*
if not
	grep -nv '^[^'']*(''[^'']*''[^'']*)*$' $* /dev/null
