You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmder has trouble handling filenames with special characters such as !. It doesn't make any difference if the name is quoted in single or double quotes.
e.g. both of the commands below would fail since !! gets expanded by the shell.
You can escape it with ^!^!, this problem seems to stem from clink, but I couldn't find any configuration options for it to halt history expansion. There's some options to explore, configuration files for clink, or cmder, but until then ^ escape is your friend.
No problem. If you want something closer to Linux you can try cygwin and such with bash or other shells (can't remember if sh or zsh is available.). Implementing \ would not be a good idea in a cmd consistent environment.
Cmder has trouble handling filenames with special characters such as !. It doesn't make any difference if the name is quoted in single or double quotes.
e.g. both of the commands below would fail since !! gets expanded by the shell.
The text was updated successfully, but these errors were encountered: