From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e219d94b946dfc26 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards From: Georg Bauhaus In-Reply-To: References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> <545bgvF1ttrphU1@mid.individual.net> <1495406.QZvfpqijrQ@linux1.krischik.com> <6dy7mn3hhu.fsf@hod.lan.m-e-leypold.de> <1172328891.5496.62.camel@localhost.localdomain> <1173096982.3712.37.camel@localhost> <8utzwzzv0v.fsf@hod.lan.m-e-leypold.de> <1173185771.11841.69.camel@localhost> <11wk29zr0.fsf@hod.lan.m-e-leypold.de> <1173305192.29628.82.camel@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1173346117.5749.19.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Date: Thu, 08 Mar 2007 10:28:38 +0100 NNTP-Posting-Date: 08 Mar 2007 10:27:38 CET NNTP-Posting-Host: c7ef48e6.newsspool4.arcor-online.net X-Trace: DXC=bJ7KTn6iKc_1`E>oC;JXEZ4IUK On Thu, 2007-03-08 at 05:07 +0000, Simon Wright wrote: > Georg Bauhaus writes: > > > I find reading tar names from pipes a natural extension > > What if the names have spaces in them? 1/ I tell users that Unix file names shouldn't have spaces in them 2/ I deny that Unix shell design is based on not so recent choices. 3a/ I use --null and -T with tar 3b/ I use cpio Does this sound like an Ada advocate insisting that Ada 83 was damn right but if anyone wanted, they could even use inward closures with Ada 2005? > For find/xargs you have -print0/-0 respectively (I say eew, but > quietly)