• 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: Application icon
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Application icon


  • Subject: Re: Application icon
  • From: Finlay Dobbie <email@hidden>
  • Date: Mon, 8 Oct 2001 07:18:23 +0100

On Monday, October 8, 2001, at 02:44 am, Clark S. Cox III wrote:

return:
ps -ax | grep "/System/Library/CoreServices/Dock.app/Contents/MacOS/Dock"

This will give you a list of all processes. Each line starts with a number,
take the number from the first line, and type:

kill <number goes here>

I prefer
ps -caux | grep Dock | awk '{print $2}' | xargs kill

:-)

-- Finlay


References: 
 >Re: Application icon (From: "Clark S. Cox III" <email@hidden>)

  • Prev by Date: Re: NSMatrix Opacity ?
  • Next by Date: Re: Cocoa newbie frustration
  • Previous by thread: Re: Application icon
  • Next by thread: Re: Application icon
  • Index(es):
    • Date
    • Thread