Ilya Basin wrote:
> > There is a compile time option to cause bash to check for the
> > SSH_CLIENT[2] environment variables but it seems arch doesn't
> > enable it for its build.
And that has been a contentious issue. Some people like it. Some
people hate it. If you don't have it th
On Wed, Apr 24, 2013 at 7:31 AM, Ilya Basin wrote:
> Hi.
>
> $ cat ~/.bashrc
> #
> # ~/.bashrc
> #
> echo Im in .bashrc >&2
>
> RHEL 6.0, bash 4.1.2
> $ ssh localhost 'ps -f $$ && true'
> Im in .bashrc
> UIDPID PPID C STIME TTY STAT TIME CMD
>