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

Re: bash commands



On Tue, Nov 19, 2002 at 02:55:49PM -0500, Daniel Danu wrote:
> Can you tell me please what $$ and $! mean ?

$$ is the PID of the running shell. $! is the PID of the last background
command.

-- 
Michael Heironimus



Reply to: