What is the difference between bash and dos?
Answer / Franklin Eric Kujur
Bash (Bourne-Again SHell) is a Unix/Linux shell, while DOS (Disk Operating System) refers to the command-line interface of early IBM personal computers that used MS-DOS or PC DOS. The primary differences between them include: 1. Syntax: Bash uses different syntax compared to DOS commands. For example, in Bash, a semicolon is used to separate multiple commands on a single line, while in DOS it's a command terminator. 2. Case Sensitivity: Bash is case-sensitive for filenames and keywords, whereas DOS is typically not. 3. File Path Structure: In DOS, the path structure uses backslashes (), whereas in Bash, forward slashes (/) are used.
| Is This Answer Correct ? | 0 Yes | 0 No |
how does dns resolution work in linux?
How documentation of an application is stored?
How do I stop a linux script from command line?
What is the command for displaying, in which shell we are working.
Why is semaphore used?
How do you list all files in a directory, including the hidden files?
Can I put linux on my laptop?
Can you replace windows with linux?
Differentiate between cron and anacron.
How to give permission to full permission in linux?
Is binary semaphore same as mutex?
Which linux os is best?