1.

What Is The Basic Difference Between Bash And Dos?

Answer»

The KEY DIFFERENCES between the BASH and DOS console lies in 3 areas:

  1. BASH commands are case sensitive while DOS commands are not.
  2. under BASH, / character is a directory separator and acts as an escape character. Under DOS, / serves as a command argument delimiter and is the directory separator.
  3. DOS follows a CONVENTION in NAMING files, which is 8 character file name followed by a dot and 3 character for the extension. BASH follows no such convention.

The key differences between the BASH and DOS console lies in 3 areas:



Discussion

No Comment Found