No post body was provided.
Ask HN: What are great resourcing to learn bash?
1–5 of 5 posts
Re: Ask HN: What are great resourcing to learn bash?
#2My goto: https://www.gnu.org/software/bash/manual/bashref.html
Create a script for something you're currently typing out by hand.. Then use those commands for a script.. Expand from there.
Re: Ask HN: What are great resourcing to learn bash?
#3My goto: https://www.gnu.org/software/bash/manual/bashref.html Create a script for something you're currently typing out by hand.. Then use those commands for a script.. Expand from there.
thank you!
Re: Ask HN: What are great resourcing to learn bash?
#4The small 1984 book, The Unix Programming Environment by Kernighan and Pike. Still the best written tutorial of shell programming I've found.
Re: Ask HN: What are great resourcing to learn bash?
#5I made a one-page bash guide a few years ago, which is what I consult when I forget things (like string variable operators). Near the bottom of the page is a short list of the best books and websites I've found on the subject.