On Windows `/` is often used to introduce and command line parameter. For example `/c` would be an alias of `-c`. Since `/` is not used for Linux command line parameters, this alias shouldn't be available on Linux.
On Windows
/is often used to introduce and command line parameter.For example
/cwould be an alias of-c.Since
/is not used for Linux command line parameters, this alias shouldn't be available on Linux.