what is the Best Source To Learn bash?
thanks a lot .
Hello, and welcmne to the openSUSE forums.
Have you tried “tutorial bash” in Google?
I can not tell you what is “the best”. Probably nobody can tell you.
I don’t know about best but this is a good place to start.
https://linuxjourney.com/lesson/the-shell
And this one is also good.
https://ryanstutorials.net/linuxtutorial/
2. Who should read this book?
Everybody working on a UNIX or UNIX-like system who wants to make life easier on themselves, power users and sysadmins alike, can benefit from reading this book. Readers who already have a grasp of working the system using the command line will learn the ins and outs of shell scripting that ease execution of daily tasks. System administration relies a great deal on shell scripting; common tasks are often automated using simple scripts. This document is full of examples that will encourage you to write your own and that will inspire you to improve on existing scripts.
https://tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html#intro_02
Thank you all
Assuming that, Bash is installed and, the “bash-doc” package is installed then → ‘/usr/share/doc/packages/bash/bashref.html’
- It ain’t quite as well written as some of the books but, it is the “The GNU Bash Reference Manual
” …