I use bash, and have done so for over a decade - but occasionally I wonder whether there has been any significant new developments in the world of Linux shells.
A few years back Microsoft released PowerShell, which seemed very interesting. Is there any comparable innovation going on in Linux shells?
1. Bash Shell. Bash stands for Bourne Again Shell and it is the default shell on many Linux distributions today.
The & symbol instructs commands to run in a background process and immediately returns to the command line for additional commands.
You do realize bash 4
has very recently been released with a load of new features and language additions?
globstar
(**/foo
) does a recursive search, dirspell
fixes typos during pathname expansion.autocd
shell option allows changing directories by just typing the directory path instead of having to put cd
in front.&>>
and |&
redirection operators that redirect both stdout
and stderr
Check out:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With