Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 848 Bytes

image

Learn Bash Scripting With Me

Resources

  1. Bash manual, type man bash in terminal.
  2. http://mywiki.wooledge.org/BashGuide BASH GUIDE
  3. http://mywiki.wooledge.org/BashFAQ BashFAQ
  4. https://mywiki.wooledge.org/BashPitfalls BashPitfalls
  5. https://wiki.bash-hackers.org/
  6. https://www.shellscript.sh/
  7. https://goalkicker.com/BashBook/

For solving exercises based on bash scripting, try only after clearing your basics. https://exercism.org/tracks/bash

Role of this Repo

  • You can use various resources mentioned, to learn bash scripting with me.
  • You can add your own scripts that you have created while learning.
  • You can also add more resources, for learning bash scripting.