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