What shell am i using?
If you are working on a new system or with multiple environments it is good to know what type of shell you are using. the answer is in the $0 variable.
echo $0
> bash
The default shell is $SHELL
Command Line
]
If you are working on a new system or with multiple environments it is good to know what type of shell you are using. the answer is in the $0 variable.
echo $0
> bash
The default shell is $SHELL
Command Line
]