Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 28 Nov 2015 14:52:33 -0600 Newsgroups: comp.os.linux.misc,alt.os.linux.debian,alt.os.linux.slackware Subject: Re: mc finds more than `find` finds? References: From: floyd@apaflo.com (Floyd L. Davidson) Organization: __________ Date: Sat, 28 Nov 2015 11:52:26 -0900 Message-ID: <87y4dh7sol.fld@barrow.com> User-Agent: gnus 5.10.6/XEmacs 21.4.15/Linux 2.6.19 Cancel-Lock: sha1:sl9xgTvvw1TxAbJkUKznC48Df3o= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 25 X-Trace: sv3-gWZpXiEIe8Aph55lZe1pNPTjClQWR2onTiyhf1hu/+ifN8aW0r9OXHQH4Nj9btRam9GUXZg4r4I68XQ!N7WmHgwihZZj0OV5cp0bRdR2EdpjqeJDVLA51VdJTcE3BGqZJHK3pwmhiUpRVA== X-Complaints-To: www.supernews.com/docs/abuse.html X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1961 X-Received-Bytes: 2073 X-Received-Body-CRC: 3190739632 Xref: csiph.com comp.os.linux.misc:16388 alt.os.linux.debian:7427 alt.os.linux.slackware:25850 Arkadiusz Drabczyk wrote: >On 2015-11-28, William Unruh wrote: >>>> You need to escape {} (ie \{\}, or '{}' or the shell will interpret it. >>> >>> Which shell interprets `{}'? I have never seen one. >> >> Have you tried it? > >Yes. I tried this: > >$ echo {} Both opening and closing braces are reserved words. Shell interpretation is context sensitive, but the above echo command actually did in fact interpret (and reject as meaningful) the context. Try this: $ echo "Now "{'is','is not'}" the time." Or something simple, $ echo a{b,c,d}e -- Floyd L. Davidson http://www.apaflo.com/ Ukpeagvik (Barrow, Alaska) floyd@apaflo.com