Monday, December 18, 2006
searching dir/sub directories (with wield chars) using find
find . -name "*.xml"
This will search for all xml files in a dir and sub dirs. the trick it so put it in quotes, when using wield charecters.
This will search for all xml files in a dir and sub dirs. the trick it so put it in quotes, when using wield charecters.