And, you can try grep -i to ignore case, to prevent this from happening. --Don Ellis
On Thu, Feb 19, 2009 at 4:04 PM, Mike Bigalke <[email protected]> wrote: > I tried > > $ ps aux | grep [B]ash > and > $ ps aux | grep [b]ash > > The second one worked; the first didn't. > Does Frontier the application start with a lower case f? > If so, maybe it's the F that's at fault. > > > > On Thu, Feb 19, 2009 at 1:58 PM, Robert Citek <[email protected]>wrote: > >> >> On Thu, Feb 19, 2009 at 12:49 PM, Scott Granneman <[email protected]> >> wrote: >> > ps aux | grep [F]rontier || /Applications/Frontier/Qaliva\ >> > Frontier.app/Contents/MacOS/Qaliva\ Frontier & >> >> Start Frontier then run this: >> >> $ ps aux | grep [F]rontier ; echo $? >> >> Stop Frontier then run this: >> >> $ ps aux | grep [F]rontier ; echo $? >> >> Post a transcript of you running both of those commands. >> >> Regards, >> - Robert >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ Central West End Linux Users Group (via Google Groups) Main page: http://www.cwelug.org To post: [email protected] To subscribe: [email protected] To unsubscribe: [email protected] More options: http://groups.google.com/group/cwelug -~----------~----~----~----~------~----~------~--~---
