0

I have learnt shell scripting basics from internet, bash scripting guide and other resources. But now I want to practice shell scripting, where can I find good problems?

Rui F Ribeiro
  • 56,709
  • 26
  • 150
  • 232

1 Answers1

1

Greg's Wiki is the best resource I've used, by far. Rather than just explaining syntax and available functionality, it explains many of the common pitfalls and issues related to shell scripting. While it does focus on Bash there are lots of tips around portability (especially for POSIX shells).

l0b0
  • 51,350