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: Greg Wooledge
Subject: Re: ionice bash pid in bash_profile Fails
Date: Mon, 22 Nov 2010 16:58:46 -0500
User-agent: Mutt/1.4.2.3i

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 $$



reply via email to

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