We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8478d1a commit 1c65ae2Copy full SHA for 1c65ae2
content/pages/02-development-environments/08-bash-shell.markdown
@@ -37,5 +37,8 @@ during Python software development as part of a programmer's
37
* [Ten Things I Wish I’d Known About Bash](https://zwischenzugs.com/2018/01/06/ten-things-i-wish-id-known-about-bash/)
38
covers some edge cases that are very useful to know about such as
39
proper exit code usage and configuration options through the `set`
40
- command.
+ command. There is also a great follow up post called
41
+ [Ten MORE Things I Wish I'd Known About Bash](https://zwischenzugs.com/2018/01/21/ten-more-things-i-wish-id-known-about-bash/)
42
+ that covers new topics such as on-the-fly command re-execution using the
43
+ carrot character.
44
0 commit comments