Answers for "shell vs bash"

2

sh vs bash

Bash and sh are DIFFERENT shells! 

 - sh = bourne SHell.
 - Bash = Bourne Again SHell.
 - Bash is a newer and and imporvement on sh, more features.
 - Bash: bin/bash, .bash
 - sh: bin/sh, .sh
Posted by: Guest on September-24-2021
-1

bash vs shell

there are different type of shells .. bash , csh
Posted by: Guest on December-05-2020

Browse Popular Code Answers by Language