Hi learners, I would like to share my knowledge in shell scripting:
Every new Linux learners goal is to learn shell scripting. But only a few starts quickly writing the shell scripts.Why?
The reasons are like:
- People complete the certification but they don't know how to write shell scripting because they even don't know what is shell scripting and how to start.
- Some people start but they do keep on learning they don't try to implement in practical.
Here I would like to tell some tips: How to start and implement basic shell scripting?
- Start with echo, loops, and conditions.
- Play with awk and sed.
- Create a scenario yourself.
- Don't google always, first use man pages to know about commands.