Skip to content

Commit 05ee1fe

Browse files
committed
add new bash resource
1 parent 6f8024d commit 05ee1fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/02-development-environments/08-bash-shell.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ during Python software development as part of a programmer's
9393
* [6 Tips Before You Write Your Next Bash Cronjob](https://yasoob.me/posts/6-tips-before-you-write-your-next-bash-cronjob/)
9494
covers starting your scripts with shebang, redirecting output, timeouts
9595
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

Comments
 (0)