Tag Archives: Grep

Get grep right

Problem When you look for a process in the ps output, the command line of grep often shows up: ps auwwx | grep sshd root 648 0.0 0.0 3732 1012 ? S Apr06 0:00 /usr/sbin/sshd user 20807 0.0 0.0 4836 … Continue reading

Posted in AIX, Linux, Mac OS X | Tagged | Leave a comment

Grep Exclude

Ever wondered how to exclude a string from grep?  Last week I decided to dig until I find the answer, as I had to find a “lost” DB2 script in a pile of archives.  It turns out that grep has … Continue reading

Posted in AIX, Dedicated Servers, Hosting Support, Linux, Mac OS X, Managed Hosting, OpenBSD, Windows | Tagged , | Leave a comment