Home > Article > Operation and Maintenance > What is the difference between BASH and DOS?
The main differences between BASH and DOS consoles lie in the following 3 aspects:
(Recommended tutorial: linux tutorial)
1. BASH commands are case-sensitive, while DOS commands are not;
2. Under BASH, / character is the directory separator and \ is the escape character. Under DOS, / is used as the command parameter separator, and \ is the directory separator;
3. DOS follows the convention in naming files, that is, an 8-character file name followed by a dot and an extension of 3 character. BASH does not follow such a convention.
The above is the detailed content of What is the difference between BASH and DOS?. For more information, please follow other related articles on the PHP Chinese website!