from Hacker News

Ask HN: What are great resourcing to learn bash?

by wpmoradi on 12/19/18, 9:30 PM with 4 comments

  • by yesenadam on 12/20/18, 9:25 PM

    I 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.

    http://www.adamponting.com/mac-terminal/

  • by myworkhandle on 12/19/18, 10:36 PM

    My 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.

  • by hackermailman on 12/20/18, 5:46 PM

    The small 1984 book, The Unix Programming Environment by Kernighan and Pike. Still the best written tutorial of shell programming I've found.