Re: How can I find the -c argument?

2005-04-15 Thread Paul D. Smith
%% Chet Ramey <[EMAIL PROTECTED]> writes: cr> Paul D. Smith wrote: >> This isn't a bug, actually. I'm wondering if there's any way to >> access the string provided with the -c option to the shell, from >> within the shell init files. cr> The $BASH_EXECUTION_STRING variable exists in ba

未承諾広告※ ▼低金利サービス▼ご融資 春満開 

2005-04-15 Thread Mail Planner
$BAw?.!&G[?.;v6H$7$J$$J}$O(B[EMAIL PROTECTED] $B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B $B!Z%-%c%C%7%s%0![B>$b$*NO$K$J$j$^$9(B $B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B $B(Bhttp://www.f-power.com/mein/ (B $B(,(,(

Re: How can I find the -c argument?

2005-04-15 Thread Chet Ramey
Paul D. Smith wrote: > This isn't a bug, actually. I'm wondering if there's any way to access > the string provided with the -c option to the shell, from within the > shell init files. > > > For example, if I run this; > > bash --login -c 'echo hi' > > How can I find the string 'echo hi' f

How can I find the -c argument?

2005-04-15 Thread Paul D. Smith
This isn't a bug, actually. I'm wondering if there's any way to access the string provided with the -c option to the shell, from within the shell init files. For example, if I run this; bash --login -c 'echo hi' How can I find the string 'echo hi' from within my ~/.bash_profile? I tried t