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?
Asked
Active
Viewed 4,777 times
0
-
Possible duplicate: Practical tasks to learn shell scripting or What are good online resources for learning shell scripting? – Marco Feb 05 '15 at 12:27
1 Answers
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
-
Thanks Lobo. This wiki is looking good and in a quick review I found some common mistakes I have made in past. – prateek goyal Feb 05 '15 at 12:39