* Réf. : Re: [9fans] Silly porting fun (RC for Unix)
@ 2000-07-17 10:21 boyd.roberts
2000-07-17 10:29 ` [9fans] " Randolph Fritz
2000-07-17 19:10 ` Richard
0 siblings, 2 replies; 9+ messages in thread
From: boyd.roberts @ 2000-07-17 10:21 UTC (permalink / raw)
To: steve, 9fans
used the unix rc for years; well written, solid as a rock.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [9fans] Re: Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-17 10:21 Réf. : Re: [9fans] Silly porting fun (RC for Unix) boyd.roberts
@ 2000-07-17 10:29 ` Randolph Fritz
2000-07-18 6:30 ` [9fans] " Lucio De Re
2000-07-17 19:10 ` Richard
1 sibling, 1 reply; 9+ messages in thread
From: Randolph Fritz @ 2000-07-17 10:29 UTC (permalink / raw)
To: 9fans
On Mon, Jul 17, 2000 at 12:21:58PM +0200, boyd.roberts@ca-indosuez.com wrote:
>
> used the unix rc for years; well written, solid as a rock.
>
I've switched, myself. I rewrote one script in rc and decided it was
time. :) Now if only mk would become standard on Unix...
--
Randolph Fritz
Eugene, Oregon, USA
^ permalink raw reply [flat|nested] 9+ messages in thread
* Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-17 10:21 Réf. : Re: [9fans] Silly porting fun (RC for Unix) boyd.roberts
2000-07-17 10:29 ` [9fans] " Randolph Fritz
@ 2000-07-17 19:10 ` Richard
2000-07-17 19:49 ` [9fans] " Randolph Fritz
` (2 more replies)
1 sibling, 3 replies; 9+ messages in thread
From: Richard @ 2000-07-17 19:10 UTC (permalink / raw)
To: 9fans
boyd roberts writes:
>used the unix rc for years; well written, solid as a rock.
Randolph Fritz writes:
>I've switched, myself. I rewrote one script in rc and decided it was
>time.
do you 2 use it as your interactive shell, too, or just for scripts?
^ permalink raw reply [flat|nested] 9+ messages in thread
* [9fans] Re: Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-17 19:10 ` Richard
@ 2000-07-17 19:49 ` Randolph Fritz
2000-07-18 8:25 ` Steve Simon
2000-07-18 8:29 ` Fco. J. Ballesteros
2 siblings, 0 replies; 9+ messages in thread
From: Randolph Fritz @ 2000-07-17 19:49 UTC (permalink / raw)
To: 9fans
On Mon, Jul 17, 2000 at 12:10:49PM -0700, Richard wrote:
> boyd roberts writes:
>
> >used the unix rc for years; well written, solid as a rock.
>
> Randolph Fritz writes:
>
> >I've switched, myself. I rewrote one script in rc and decided it was
> >time.
>
> do you 2 use it as your interactive shell, too, or just for scripts?
Yes, I do. In fact I sometimes write little scripts interactively. I
really appreciate the predictable quoting behavior. On the other
hand, I do miss command completion and job control. Still...I'm not
going back.
--
Randolph Fritz
Eugene, Oregon, USA
^ permalink raw reply [flat|nested] 9+ messages in thread
* [9fans] Re: [9fans] Re: Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-17 10:29 ` [9fans] " Randolph Fritz
@ 2000-07-18 6:30 ` Lucio De Re
2000-07-18 7:16 ` Richard
0 siblings, 1 reply; 9+ messages in thread
From: Lucio De Re @ 2000-07-18 6:30 UTC (permalink / raw)
To: 9fans
On Mon, Jul 17, 2000 at 03:29:16AM -0700, Randolph Fritz wrote:
>
> On Mon, Jul 17, 2000 at 12:21:58PM +0200, boyd.roberts@ca-indosuez.com wrote:
> >
> > used the unix rc for years; well written, solid as a rock.
> >
>
> I've switched, myself. I rewrote one script in rc and decided it was
> time. :) Now if only mk would become standard on Unix...
>
Amusingly, Linux came out originally with RC as its shell, and that led
me to the original Plan 9 papers, and from there to Plan 9. I presume
I'm the only one who got here _that_ route!?
++L
^ permalink raw reply [flat|nested] 9+ messages in thread
* [9fans] Re: [9fans] Re: Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-18 6:30 ` [9fans] " Lucio De Re
@ 2000-07-18 7:16 ` Richard
2000-07-18 7:58 ` [9fans] " Lucio De Re
0 siblings, 1 reply; 9+ messages in thread
From: Richard @ 2000-07-18 7:16 UTC (permalink / raw)
To: lucio, 9fans
Lucio De Re writes:
>Amusingly, Linux came out originally with RC as its shell, and that led
>me to the original Plan 9 papers, and from there to Plan 9. I presume
>I'm the only one who got here _that_ route!?
who decided to use RC in early Linux? Linus?
^ permalink raw reply [flat|nested] 9+ messages in thread
* [9fans] Re: [9fans] Re: [9fans] Re: Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-18 7:16 ` Richard
@ 2000-07-18 7:58 ` Lucio De Re
0 siblings, 0 replies; 9+ messages in thread
From: Lucio De Re @ 2000-07-18 7:58 UTC (permalink / raw)
To: 9fans
On Tue, Jul 18, 2000 at 12:16:21AM -0700, Richard wrote:
>
> who decided to use RC in early Linux? Linus?
I don't really know, but it was early enough (I think it may have been
before the great Torval/Tannembaum debate, even) to have been entirely
under Linus' development.
I seem to recall it involved a lack of public domain shells at the time.
In passing, I got to use the rather extraordinary command history
facility that was released with rc for unix and I must confess it
seemed adequate. I may have more trouble today, of course.
I wonder if there isn't merit in recording one's commands in some
creative fashion (why have thirteen consecutive copies of "ls -l"
in the history file?) and handing them to PLUMB is some useful
manner? Thoughts?
++L
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-17 19:10 ` Richard
2000-07-17 19:49 ` [9fans] " Randolph Fritz
@ 2000-07-18 8:25 ` Steve Simon
2000-07-18 8:29 ` Fco. J. Ballesteros
2 siblings, 0 replies; 9+ messages in thread
From: Steve Simon @ 2000-07-18 8:25 UTC (permalink / raw)
To: 9fans
Richard wrote:
>
> boyd roberts writes:
>
> >used the unix rc for years; well written, solid as a rock.
>
> Randolph Fritz writes:
>
> >I've switched, myself. I rewrote one script in rc and decided it was
> >time.
>
> do you 2 use it as your interactive shell, too, or just for scripts?
I use it for scripts and interactive under Unix & NT.
There remains 1 minor bug to do with path eveluation under NT + Netware,
which I am pretty sure is a bug in Cygwin/NT/Netware. If anyone is
interested I shall be looking at this when my work machine gets upgraded
in the next week or two :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Réf. : Re: [9fans] Silly porting fun (RC for Unix)
2000-07-17 19:10 ` Richard
2000-07-17 19:49 ` [9fans] " Randolph Fritz
2000-07-18 8:25 ` Steve Simon
@ 2000-07-18 8:29 ` Fco. J. Ballesteros
2 siblings, 0 replies; 9+ messages in thread
From: Fco. J. Ballesteros @ 2000-07-18 8:29 UTC (permalink / raw)
To: 9fans
>>>>> "Richard" == Richard <ru@ohio.river.org> writes:
Richard> boyd roberts writes:
>> used the unix rc for years; well written, solid as a rock.
Richard> do you 2 use it as your interactive shell, too, or just
Richard> for scripts?
I use it for both. Very convenient. BTW, on ux you can use the
readline klud^H^H^H library so that rc can edit the command line.
--
() ascii ribbon campaign - against html mail
/\ - against microsoft attachments
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2000-07-18 8:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-17 10:21 Réf. : Re: [9fans] Silly porting fun (RC for Unix) boyd.roberts
2000-07-17 10:29 ` [9fans] " Randolph Fritz
2000-07-18 6:30 ` [9fans] " Lucio De Re
2000-07-18 7:16 ` Richard
2000-07-18 7:58 ` [9fans] " Lucio De Re
2000-07-17 19:10 ` Richard
2000-07-17 19:49 ` [9fans] " Randolph Fritz
2000-07-18 8:25 ` Steve Simon
2000-07-18 8:29 ` Fco. J. Ballesteros
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).