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
  • 55,929
  • 26
  • 146
  • 227
prateek goyal
  • 31
  • 1
  • 5
  • Possible duplicate: [Practical tasks to learn shell scripting](http://unix.stackexchange.com/q/490/12779) or [What are good online resources for learning shell scripting?](http://unix.stackexchange.com/q/9270/12779) – Marco Feb 05 '15 at 12:27

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
  • 50,672
  • 41
  • 197
  • 360