Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!yale!umich!sharkey!wyn386!wybbs!sleepy From: sleepy@wybbs.mi.org (Mike Faber) Newsgroups: comp.unix.shell Subject: The 1st Annual comp.unix.shell quiz. Keywords: shell Message-ID: <563@wybbs.mi.org> Date: 18 Dec 90 16:13:35 GMT Distribution: usa Organization: Consultants Connection, Jenison MI Lines: 16 Using bourne shell and standard Unix :-) commands, list all processes associated with uucp (containing uu if you will) in -f format without listing the ps process that is running, and using only 1 form of the grep (egrep, fgrep, etc) command. i.e.: ps -ef |grep "uu" is wrong, list ps process. ps -ef |grep "uu" | grep -v ps us wrong, uses 2 grep processes. No, it's not hard. Send mail, I'll post correct answers later. -- Michael Faber sleepy@wybbs.uucp