From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <70118626f929a241ac21312138418a94@quintile.net> From: "Steve Simon" Date: Wed, 15 Oct 2008 13:25:08 +0100 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] sam & filenames containing whitespace Topicbox-Message-UUID: 1e99f048-ead4-11e9-9d60-3106f5b1d025 Hi, I am trying to work with files containing whitespace, many programs in plan9 are happy with this but sam and B don't appear to be (unless I have broken somthing). I can fix the buglet in B (some string flattening) but a cursory look at the sam source and it seems to support delimiters in commands (e.g. B "file with spaces in it.txt"). however I cannot open files with whitespace in their names even if it type them in in the sam command windows. am I missing somthing or is this a real bug? -Steve