Skip to content

Commit

Permalink
Add Resources section for shell lesson
Browse files Browse the repository at this point in the history
This addresses #6.
  • Loading branch information
mdpiper committed Aug 21, 2020
1 parent 54ceb17 commit ec7a57e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lessons/shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ This lesson on the shell continues in the following sections.
1. [Pipes and filters](./pipes-and-filters.md)
1. [Finding things](./finding-things.md)
1. [Getting things from elsewhere](./getting-things.md)


## Resources

* This lesson is loosely based on the Software Carpentry [shell lesson](https://swcarpentry.github.io/shell-novice/)
* The [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) from the Linux Documentation Project
* The [GNU Bash Manual](https://www.gnu.org/software/bash/manual/) in various formats

0 comments on commit ec7a57e

Please sign in to comment.