Пример, который не работает в Git Bash, но только в командной строке Windows:
// Git Bash
$ ipconfig /all
Error: unrecognized or incomplete command line.
// Windows
User> ipconfig /all
C:\Users\sergey>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : HOST-12345
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : NodeType
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
... so on
Как предоставить опцию косой черты в Git Bash /all
, /renew
и т.д.