We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8024d commit 05ee1feCopy full SHA for 05ee1fe
content/pages/02-development-environments/08-bash-shell.markdown
@@ -93,3 +93,8 @@ during Python software development as part of a programmer's
93
* [6 Tips Before You Write Your Next Bash Cronjob](https://yasoob.me/posts/6-tips-before-you-write-your-next-bash-cronjob/)
94
covers starting your scripts with shebang, redirecting output, timeouts
95
and sudo privileges.
96
+
97
+* [Better Bash history](https://sanctum.geek.nz/arabesque/better-bash-history/)
98
+ shows how to make your Bash history more useful by having it store more
99
+ previous commands (which takes up more persistent storage but is not
100
+ a huge deal in 2019) and add timestamps to the `history` command.
0 commit comments