Skip to content
#

book

Here are 2,256 public repositories matching this topic...

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
sumbach
sumbach commented Jan 31, 2016

I think it would be valuable to explicitly talk about whitespace requirements in [ ] and [[ ]] conditionals--this tripped me up when learning Bash and I know it's a pain point for a lot of developers.

The way I like to think about it is that [ and [[ are commands/builtins (like echo, etc), as opposed to being part of Bash syntax. For this reason, the command name and each of its argumen

Improve this page

Add a description, image, and links to the book topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the book topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.