How do I check the current cmd aliases?
Solution 1:
Use this command. It will return aliases that are already set.
doskey /MACROS:ALL
Solution 2:
Sorry for the short answer but just type
$ alias
This command is available in Linux and cigwin / bash on Windows.