From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] blanks in file names From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020704113053.F14BF1998C@mail.cse.psu.edu> Date: Thu, 4 Jul 2002 12:36:41 +0100 Topicbox-Message-UUID: c1ae7614-eaca-11e9-9e20-41e7f4b1d025 > Perhaps all this discussion is a symptom that a different convention to > name files is needed. For example, if file names were always quoted > (need they to be or not), all programs could rely on a simple set of > rules to handle file names. > > Is there agreement on this? Or is something else I'm also missing? i don't think %q per se is a bad thing, but i don't think filenames should require it and hence i don't think tools like ls, pwd, etc should output filenames using it. then we're back to where we started (a comfortable place to be IMHO) except that we have a nice, easily available convention for serialising arguments containing spaces, and we can talk to alien filesystems that expect spaces in their names. rog.