for i in $( ls | grep “a complicated enough filter that I never have to use conditionals in my loop”) ; do echo -n “if I don’t want to work on ” $i echo “ it is time to change languages” done