links for 2006-08-08
-
Using the Bash find command. find \( -name "*jsp" -o -name "*jspf" \) finds, for example, all the files that have the extension "jsp" OR the extension "jspf." -o is logical or, -a is logical and.
« links for 2006-08-07 | Main | links for 2006-08-09 »