#!/bin/bash grep g\ id=\" *.svg | perl -lne '/id="(\w+)"/; if(not -f $1.".svg"){ print $1 }'