rem’s avatarrem’s Twitter Archive—№ 44,247

  1. Is there a bash command that does this in one go: for FILE in $(find . -name “*.foo”); do [ -z "$FILE" ] && [ -e "$FILE" ] && <MY_CMD>