Answers for "bash (()) vs []"

1

$() vs `` bash

$() or `` is called command subsitution

They are the same. Command subsitution allows the output of a command to 
replace the command identifier.
Posted by: Guest on October-01-2021
0

bash vs shell

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

Browse Popular Code Answers by Language