bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ionice bash pid in bash_profile Fails


From: Roger
Subject: Re: ionice bash pid in bash_profile Fails
Date: Mon, 22 Nov 2010 14:46:09 -0900
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Nov 22, 2010 at 04:58:46PM -0500, Greg Wooledge wrote:
>On Mon, Nov 22, 2010 at 12:44:54PM -0900, Roger wrote:
>> ionice -c 2 -n 0 -p `echo $$`
>
>You don't need echo or `` here.
>
>ionice -c 2 -n 0 -p $$

Just so used to using quotes in bash, just assumed.

Thanks.

-- 
Roger
http://rogerx.freeshell.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]