Find recipes
- Traverse through a directory, skip certain folders:
- Find matches for certain files:
OR
find . -type f -a \( -iname "*.css" -o -iname "*.js" \)
expr1 expr2 is the same as expr1 -a expr2
Random technical flotsam that are stored here so I don't have to remember.