﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18	Make 4OS2 more Unix-like (sane forward slash handling; sane quoting & escapes, etc.)	Lewis Rosenthal		"It's great that 4OS2 can recognize slashes as path separators. However, when using autocomplete, for example, starting a path with ""/"" should then trigger recognition and subsequent <tab> entries should insert ""/"" vs ""\"".

Example:

    [c:\]cd /somedir<tab>

results in:

    [c:\]cd /somedir\

instead of:

    [c:\]cd /somedir/

Example #2 - recognize ""-"" as a substitute for ""/"" when passing options to commands:

    [c:\]xcopy -?

results in:

    0 file(s) copied.

instead of:

    Use the XCOPY command to selectively copy groups of files.
    Syntax: XCOPY [drive:][path] filename [drive:][path] [...]

"	enhancement	assigned	minor	Version-3.10	Base	3.08		unix path separator slash	
