• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OT: Terminal ps grep window size issue?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OT: Terminal ps grep window size issue?


  • Subject: Re: OT: Terminal ps grep window size issue?
  • From: Martin Orpen <email@hidden>
  • Date: Fri, 18 Feb 2005 19:55:50 +0000

on 18/2/05 6:02 pm, Jake Pietrykowski at email@hidden wrote:

> ps -aux | grep SomeApplicationName.app
>
> The above line should return me a list of the process containing the
> SomeApplicationName.app

Modify it to produce less information.

The simplest output would be something like:

    ps -U root -c | awk '{ print $NF }'

Replace "root" with the name of the user that you are interested in.

--
Martin Orpen


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: OT: Terminal ps grep window size issue?
      • From: Martin Orpen <email@hidden>
References: 
 >OT: Terminal ps grep window size issue? (From: Jake Pietrykowski <email@hidden>)

  • Prev by Date: Acrobat - Printing Error
  • Next by Date: Re: OT: Terminal ps grep window size issue?
  • Previous by thread: OT: Terminal ps grep window size issue?
  • Next by thread: Re: OT: Terminal ps grep window size issue?
  • Index(es):
    • Date
    • Thread