Re: Bash manual - interactive shell definition

2010-03-12 Thread Chet Ramey
On 3/11/10 9:10 AM, Robert Cratchit wrote: > On page > > http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files > > Could this sentence: > > "An interactive shell is one started without non-option arguments, > unless -sis specified, without specifying the > -c option, and whose

Re: Bash manual - interactive shell definition

2010-03-12 Thread Pierre Gaston
On Fri, Mar 12, 2010 at 12:39 PM, Pierre Gaston wrote: > > > On Fri, Mar 12, 2010 at 12:15 PM, Ken Irving wrote: > >> On Fri, Mar 12, 2010 at 11:57:41AM +0200, Pierre Gaston wrote: >> > On Fri, Mar 12, 2010 at 11:50 AM, Ken Irving >> wrote: >> > >> > > On Fri, Mar 12, 2010 at 09:16:05AM +, Ma

Re: Bash manual - interactive shell definition

2010-03-12 Thread Pierre Gaston
On Fri, Mar 12, 2010 at 12:15 PM, Ken Irving wrote: > On Fri, Mar 12, 2010 at 11:57:41AM +0200, Pierre Gaston wrote: > > On Fri, Mar 12, 2010 at 11:50 AM, Ken Irving > wrote: > > > > > On Fri, Mar 12, 2010 at 09:16:05AM +, Marc Herbert wrote: > > > > >> Could this sentence: > > > > >> > > >

Re: Bash manual - interactive shell definition

2010-03-12 Thread Ken Irving
On Fri, Mar 12, 2010 at 11:57:41AM +0200, Pierre Gaston wrote: > On Fri, Mar 12, 2010 at 11:50 AM, Ken Irving wrote: > > > On Fri, Mar 12, 2010 at 09:16:05AM +, Marc Herbert wrote: > > > >> Could this sentence: > > > >> > > > >> "An interactive shell is one started without non-option argument

Re: Bash manual - interactive shell definition

2010-03-12 Thread Pierre Gaston
On Fri, Mar 12, 2010 at 11:50 AM, Ken Irving wrote: > On Fri, Mar 12, 2010 at 09:16:05AM +, Marc Herbert wrote: > > >> Could this sentence: > > >> > > >> "An interactive shell is one started without non-option arguments, > > >> unless -sis specified, without specifying the > > >> -c option, a

Re: Bash manual - interactive shell definition

2010-03-12 Thread Ken Irving
On Fri, Mar 12, 2010 at 12:50:26AM -0900, Ken Irving wrote: > On Fri, Mar 12, 2010 at 09:16:05AM +, Marc Herbert wrote: > > >> Could this sentence: > > >> > > >> "An interactive shell is one started without non-option arguments, > > >> unless -sis specified, without specifying the > > >> -c opt

Re: Bash manual - interactive shell definition

2010-03-12 Thread Ken Irving
On Fri, Mar 12, 2010 at 09:16:05AM +, Marc Herbert wrote: > >> Could this sentence: > >> > >> "An interactive shell is one started without non-option arguments, > >> unless -sis specified, without specifying the > >> -c option, and whose input and error output are both connected to terminals >

Re: Bash manual - interactive shell definition

2010-03-12 Thread Marc Herbert
>> Could this sentence: >> >> "An interactive shell is one started without non-option arguments, >> unless -sis specified, without specifying the >> -c option, and whose input and error output are both connected to terminals >> (as determined by isatty(3)), or one started with the -i option. " >> >

Re: Bash manual - interactive shell definition

2010-03-12 Thread Ken Irving
On Thu, Mar 11, 2010 at 09:10:11AM -0500, Robert Cratchit wrote: > On page > > http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files > > Could this sentence: > > "An interactive shell is one started without non-option arguments, > unless -sis specified, without specifying the >