Author Topic: ps -ef | grep Aces High | /opt/HTC/AcesHigh/.aceshigh.sh  (Read 772 times)

Offline bigUC

  • Nickel Member
  • ***
  • Posts: 438
ps -ef | grep Aces High | /opt/HTC/AcesHigh/.aceshigh.sh
« Reply #15 on: May 29, 2003, 04:20:40 PM »
Quote
Originally posted by Hooligan
Unix is really cool.  One of the nicest things about it is that the Operating System does not hold your hand.  Unix considers the user God and if you tell it to do something, it does it without asking "are you sure?" or whining etc...  In fact if you type in a random sequence of characters (see above), Unix will typically figure out what you meant and do it.

Hooligan


Brilliant.  I might add that Unix, unlike other OS's, will have to emulate another OS (or in  best case closely simulate a program from another OS) in order for the user to actually produce something.  However there is no better OS for moving, browsing, automating, altering, deleting or misplacing the actual data that the user has produced. :)
Kurt is winking at U!

Offline senna

  • Persona Non Grata
  • Silver Member
  • ****
  • Posts: 1318
ps -ef | grep Aces High | /opt/HTC/AcesHigh/.aceshigh.sh
« Reply #16 on: May 29, 2003, 06:25:46 PM »
ps -ef | grep "AcesHigh" > c:/Program
ps: not found
[C:/] ver
Microsoft Windows 98 [Dos 5.9]
« Last Edit: May 29, 2003, 06:40:54 PM by senna »

Offline Sancho

  • Silver Member
  • ****
  • Posts: 1043
      • http://www.56thfightergroup.com
ps -ef | grep Aces High | /opt/HTC/AcesHigh/.aceshigh.sh
« Reply #17 on: May 29, 2003, 10:05:16 PM »
Quote
Originally posted by Skuzzy
You need to get rid of the grep from the ps output before piping to the shell script.
 [/B]


ps -ef | grep -i "[a]ces high"

no need for a second grep -v grep.