Monthly Archives: November 2012

Useful find Commands

The find command is very verstile, and I use it all the time. Here are the parameters that I use most often:-name <string> Finds files in specified directory whose name matches (case-sensitive) string-iname <string> Finds files in specified directory whose … Continue reading

Posted in Linux | Comments Off on Useful find Commands