From 938de47b3c9e7cdfd57ef6f81ab7140f14f96e2a Mon Sep 17 00:00:00 2001 From: ccbaumler Date: Fri, 9 Feb 2024 08:22:57 -0800 Subject: [PATCH] Adding the links suggested in #78 --- doc/00a_unix.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/00a_unix.md b/doc/00a_unix.md index 1626d15..eec3dd5 100644 --- a/doc/00a_unix.md +++ b/doc/00a_unix.md @@ -4,3 +4,5 @@ You will need to download the data for this lesson [here](https://figshare.com/a + [An Introduction to Shell](https://angus.readthedocs.io/en/2019/shell_intro/index.html). + [The Unix Shell](https://swcarpentry.github.io/shell-novice/) + [Introduction to using the shell in a High-Performance Computing context](https://hpc-carpentry.github.io/hpc-shell/) + - [Happy Belly Bioinformatics: Unix Crash Course](https://astrobiomike.github.io/unix/unix-intro) + - [Hannah's Unix Cafe](https://github.com/ctb/hannahs-unix-cafe)