Home > Operation and Maintenance > Linux Operation and Maintenance > What is the difference between BASH and DOS?

What is the difference between BASH and DOS?

王林
Release: 2020-07-14 17:25:44
forward
3883 people have browsed it

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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template