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