From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20030717161449.8803.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] What the reason of much change of rc(1) In-reply-to: <6af263ecf0dd5c8acd58afb98cf074ff@plan9.bell-labs.com> References: <6af263ecf0dd5c8acd58afb98cf074ff@plan9.bell-labs.com> From: Scott Schwartz Date: Thu, 17 Jul 2003 12:14:49 -0400 Topicbox-Message-UUID: fa1ea64e-eacb-11e9-9e20-41e7f4b1d025 | I did indeed reformat it. I was making a version that would work | both on windows and unix/plan9 and got angry at the formating style. There's always Byron's rc. It does one thing that I really like: lists can be broken across lines without trailing backslashes: foo=( stuff stuff stuff more more more ) echo $foo Very handy for cutting and pasting.