home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23770 < prev    next >
Encoding:
Text File  |  1993-01-12  |  879 b   |  23 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!chip
  3. From: chip@tct.com (Chip Salzenberg)
  4. Subject: Re: [BUG] Problems with ps 0.99.2
  5. Message-ID: <2B52E678.82B5@tct.com>
  6. Date: Tue, 12 Jan 1993 15:40:40 GMT
  7. References: <1993Jan11.123647.10217@cambria.columbus.oh.us> <andrewc.726828026@aurora.cc.monash.edu.au>
  8. Organization: TC Telemanagement, Clearwater, FL
  9. Lines: 12
  10.  
  11. According to andrewc@aurora.cc.monash.edu.au (Andrew J. Cosgriff !):
  12. >while ps aux | grep uucico | grep -v grep > /dev/null
  13.  
  14. How about, instead:
  15.  
  16.   while ps aux | grep '[u]ucico' > /dev/null
  17.  
  18. -- 
  19. Chip Salzenberg at Teltronics/TCT  <chip@tct.com>, <73717.366@compuserve.com>
  20.   "you make me want to break the laws of time and space / you make me
  21.    want to eat pork / you make me want to staple bagels to my face /
  22.    and remove them with a pitchfork" -- Weird Al Yankovic, "You Make Me"
  23.