[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] How to determine the parent's parent (Was: Re: Where doe
From: |
Andrew Miller |
Subject: |
Re: [Help-bash] How to determine the parent's parent (Was: Re: Where does $TERM come from?) |
Date: |
Sun, 21 Jun 2015 20:57:35 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Eduardo A. Bustamante López <address@hidden> writes:
> If you want to explore the process tree, use a tool like ps:
I'm looking to replace the "case $TERM in..." statement in my bashrc with
something more fine-grained.
Since it runs every time bash is launched, and my machine is a 15-year-old
thinkpad, I'd prefer not to call an external program like ps. That adds a lot
of overhead.