From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <036e52b3039408cb6ebbc113c03a8c65@plan9.escet.urjc.es> To: 9fans@cse.psu.edu Subject: Re: [9fans] spaces in file/dir names? (and acme)? From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 30 May 2002 18:57:42 +0200 Topicbox-Message-UUID: a05776aa-eaca-11e9-9e20-41e7f4b1d025 However, the support in 9p and the kernel for spaces is IMHO all that we need. We're now able to 9fs unixmachine f='file with spaces' cp /n/unixmachine/$f /n/fs/`{echo $f | sed 's/ /_/g'} I still dislike file names with spaces because of the madness that may cause in scripts and program arguments, but perhaps others think otherwise.