From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <9ab217670904091228i703d5308q6ad7e5ff0987be97@mail.gmail.com> References: <7161bf48074fbed7ce78fdaf614b92b8@terzarima.net> <385e002a7435aac5d4428939fc564ac8@hamnavoe.com> <9ab217670904091228i703d5308q6ad7e5ff0987be97@mail.gmail.com> Date: Thu, 9 Apr 2009 15:34:05 -0400 Message-ID: <3aaafc130904091234s55d7410bleaaec0d7277f3b04@mail.gmail.com> From: "J.R. Mauro" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] a bit OT, programming style question Topicbox-Message-UUID: d7ed7da8-ead4-11e9-9d60-3106f5b1d025 > No, it's very likely bigger. wc -l is lines of course, and I'm > guessing each line is more than 1 character. However, > > $ set | wc -l > 64 > > I don't quite get that locally. It only starts to balloon once you begin customizing bash. I'm not sure how rc handles functions, but the nice thing about zsh is that it compiles them to bytecode instead of this insanity that bash employs.