From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) From: Wolfgang Helbig In-Reply-To: Date: Wed, 30 Sep 2015 13:25:24 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5F9B8349-6B7F-4213-84FF-50D65B5159E6@mailbox.org> <2dbef77b03e145df443c861f471f434b@quintile.net> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] Replacement for find Topicbox-Message-UUID: 6dccd770-ead9-11e9-9d60-3106f5b1d025 Where can I read more about the =E2=80=9Cshells quoting convention=E2=80=9D= . What are those quoting convention? And about which shell are we talking here. Plan 9s rc(1) or Unix shells? I downloaded lsr.c from https://swtch.com/lsr.c, compiled it: % 9c lsr.c % ls lsr.c lsr.o linked it: % 9l lsr.o % ls a.out lsr.c lsr.o and installed it: % mv a.out $home/bin/lsr all of this with the help of Plan 9 from User Space on an IMac. It works = great. Next, I=E2=80=99ll write the manual page for it and I can forget = du(1). Here are some usages for it: % ed `{lsr $PLAN9 | grep 'du\.c$'} 3101 % ed `{lsr $home/plan9os|grep 'du\.c$'} 5427 % ed `{lsr $home/plan92nd|grep 'DU\.C$'} 2308 This demonstrate nicely the bloat of du(1) over the times. Greetings Wolfgang > Am 30.09.2015 um 12:55 schrieb Mark van Atten = : >=20 > On Wed, Sep 30, 2015 at 12:07 PM, Steve Simon = wrote: >=20 >> NB: don't use sed or awk, they don't understand the shells >> quoting convention for filenames containing frogs. >=20 > That's a good point. >=20 > Mark. >=20