greycat 1186667599 learn for i in *; do echo -n "'$i'"; [[ -f $i ]] && echo || echo " is not a file"; done