Neat find/grep trick
So for the longest time I was always bothered by the fact that I couldn’t grep for files of a particular name that were buried several levels deep. For example, if you wanted to do grep -r nifty.java.property *.properties , then unless you had a *.properties file in your current directory, grep would assume that [...]
Posted on September 22nd, 2011 by herbcso
Filed under: random nifty stuff, Uncategorized | No Comments »
