I'm just starting out with shell scripting and I'm looking for some solid tips to help me get off on the right foot. Any advice on practices, tools, or concepts I should focus on?
2 Answers
{
Make sure you understand how shell operations work in order. Don’t hesitate to transition to a more powerful language down the line when you feel comfortable.
Are you suggesting something like Python?