: List files that are impure for f in "$@"; do if impure <$f; then echo "$f"; fi; done