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 9:15 AM, Ilya Basin wrote:
> **
>
> >
>
>
>
>
>
>
> 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 $$ &
>
On Wed, Apr 24, 2013 at 7:31 AM, Ilya Basin <[1]basini...@gmail.com>
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
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
>
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
git 22295 22294 0 08:29 ?Ss 0:00 bash -c ps -f $$ && true