Opened 11 years ago
Last modified 3 years ago
#18 assigned enhancement
Make 4OS2 more Unix-like (sane forward slash handling; sane quoting & escapes, etc.)
Reported by: | Lewis Rosenthal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Version-3.10 |
Component: | Base | Version: | 3.08 |
Keywords: | unix path separator slash | Cc: |
Description
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] [...]
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 3 years ago
Owner: | removed |
---|---|
Status: | new → assigned |
comment:3 by , 3 years ago
Milestone: | → Version-3.10 |
---|
Further examples:
Apparently, in one case, "[" is breaking the expansion, in spite of the quotes, and in the other, the ";" (not the "(") appears to be the stumbling block.