home *** CD-ROM | disk | FTP | other *** search
- 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
-
-
-