Skip to content

Commit 1cab815

Browse files
committed
new bash resource
1 parent 8795829 commit 1cab815

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
@@ -19,6 +19,11 @@ during Python software development as part of a programmer's
1919

2020

2121
### Bash resources
22+
* [Bash Guide for beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html)
23+
is an entire book for those new to working with commandlines. It covers
24+
commands, paths, Bash shell scripting, variables and many other critical
25+
topics that are necessary to move from beginner to advanced Bash user.
26+
2227
* [Advancing in the Bash shell](http://samrowe.com/wordpress/advancing-in-the-bash-shell/)
2328
covers important concepts such as bang syntax, movement commands,
2429
tab completion and aliases.

0 commit comments

Comments
 (0)