Sunday, October 12, 2008

Searching for all the files containing a string

Recursively search all files from the current directory down, ignoring case: grep -ir search_string .
Recursively search all files from the current directory down, ignoring case, and only get the file listing: grep -irl search_string .

Ramblings of an Admining Newbie

I'm using this blog more or less as a place to put some notes to myself about things as I learn them. I'm working as a Middleware administrator, which I've been doing for a few years in WebSphere land, but now I have moved over to WebLogic land, and am also responsible for the SOA products Oracle (formerly BEA) has to offer... Aqualogic Service Bus (ALSB), WebLogic Integration (WLI), and Aqualogic Data Services Platform (ALDSP). So, this blog will be a hodgepodge of ramblings, helpful notes, and rants. The views expressed on this blog are in NO WAY the view of my employer, who I won't even share here so you don't get the wrong idea.... :)