home *** CD-ROM | disk | FTP | other *** search
- From: jered@mit.edu
- Received: from OPUS.MIT.EDU by MIT.EDU with SMTP
- id AA28052; Fri, 20 Oct 95 20:28:12 EDT
- Received: by opus.MIT.EDU (931110.SGI/4.7) id AA04988; Fri, 20 Oct 95 20:28:10 -0400
- Message-Id: <9510210028.AA04988@opus.MIT.EDU>
- X-Mailer: exmh version 1.6.1 5/23/95
- To: Scott Stevens <scotts@randd.empi.com>
- Cc: executor@nacm.com (mail@smtp{executor@nacm.com})
- Subject: Re: Executor and Linux permissions- corr
- In-Reply-To: Your message of "Fri, 20 Oct 1995 16:56:00 MDT."
- <34958C2F01570200@c2smtp.empi.com>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Date: Fri, 20 Oct 1995 20:28:09 EDT
- Sender: owner-paper@nacm.com
- Precedence: bulk
-
-
- The space (' ') is a perfectly valid character under Linux. For instance:
- % mv "Filename with spaces" "Some other file name with spaces."
-
- Under DOS, however, the space is not a valid character (in the shell) and
- some sort of mapping (presumably the underscore '_') is in order.
-
- --Jered
- jered@mit.edu
-
-
-