[X-Unix] Hiding apps from the command line

Marley Graham mgraham at aquaflo.com
Fri Mar 26 14:46:54 PST 2004


I like it!

But for my use, I would prefer to have both Finder and Terminal stay 
open, so I changed:

		-a*) CSTR="every process whose visible is true and name is not 
\"Finder\" to false";;

to:

        		 -a*) CSTR="every process whose visible is true and name is 
not \"Finder\" and  name is not \"Terminal\" to false";;

Works like a champ.

Marley Graham
Aqua-Flo Supply
==============
On Mar 26, 2004, at 12:00 PM, Kent Harris wrote:

> Whoops.
>
> On Mar 26, 2004, at 10:35 AM, Mac OS X Unix wrote:
>
>> 		-a*) CSTR="every process whose visible is true and name is not
>> \"${APPLICATION}\" " ;;
>
> should be
>
>> -a*) CSTR="every process whose visible is true and name is not
>> \"${APPLICATION}\" to false" ;;
>
>
> ----------
> Check out the Mac OS X email list FAQ
> http://www.themacintoshguy.com/lists/X.html
>
> To unsubscribe, E-mail to: <X-Unix-off at lists.themacintoshguy.com>
> To switch to the DIGEST mode, E-mail to 
> <X-Unix-digest at lists.themacintoshguy.com>
> Need help from a real person? Try.  
> <X-Unix-request at lists.themacintoshguy.com>
>
> ----------
> $14.99 Unlimited Nationwide Mac Dialup and Mac Web Hosting from your 
> Mac ISP Serious Mac Internet Solutions From NineWire!   
> http://macinternetaccess.com
>
> DVIator   | Run Dual ADC displays on your G4 or just one on an older 
> Mac! Dr. Bott  | <http://www.drbott.com/prod/DVIator.html>
>
>   Support   | Support this list by clicking here before you buy!
>  this List  |  http://www.themacintoshguy.com/support.html
>
> OS X News, Dr.Mac, Forums, Tutorials, Tips, Hints, FAQ?s - 
> http://www.osxfaq.com



More information about the X-Unix mailing list