Xref: utzoo comp.arch:21435 comp.os.misc:1664 Path: utzoo!news-server.csri.toronto.edu!rutgers!cbmvax!jesup From: jesup@cbmvax.commodore.com (Randell Jesup) Newsgroups: comp.arch,comp.os.misc Subject: Re: Globbing Message-ID: <19841@cbmvax.commodore.com> Date: 14 Mar 91 02:02:35 GMT References: <1991Feb18.152347.28521@dgbt.doc.ca> <474@bria> <19217@cbmvax.commodore.com> <5573:Feb2307:19:4491@kramden.acf.nyu.edu> <00085@meph.UUCP> <10803@dog.ee.lbl.gov> Reply-To: jesup@cbmvax.commodore.com (Randell Jesup) Followup-To: comp.os.misc Organization: Commodore, West Chester, PA Lines: 27 In article <10803@dog.ee.lbl.gov> torek@elf.ee.lbl.gov (Chris Torek) writes: >(Sigh, I had hoped my observation that `what works in one system is not >necessarily appropriate/best for all' would end this, but...:) Sigh. Followups to comp.os.misc (again). >I am not going to disagree with your general idea, but you really should >get the details right when you post something like this: >Grep-style regular expressions are more powerful than shell metacharacters, >at the expense of more complexity. Of course, things get worse with shell globbing if you want globbing as powerful as RE's in grep (classes, negation, repetition, etc). With shell globbing, you start having to escape or quote even more than now. >Eschew backslash: quotes are your friends.... But they're still confusing to users, you just may not have to type as many of them. -- Randell Jesup, Keeper of AmigaDos, Commodore Engineering. {uunet|rutgers}!cbmvax!jesup, jesup@cbmvax.commodore.com BIX: rjesup The compiler runs Like a swift-flowing river I wait in silence. (From "The Zen of Programming") ;-)