You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04-redirection.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ efficiently.
448
448
449
449
## File manipulation and more practices with pipes
450
450
451
-
To practice a bit more with the tools we've added to our tool kit so far and learn a few extra ones you can follow [this extra lesson](Extra_lesson.md) which uses the SRA metadata file.
451
+
To practice a bit more with the tools we've added to our tool kit so far and learn a few extra ones you can follow [this extra lesson](./Supplementary/1-supplementary.md) which uses the SRA metadata file.
Copy file name to clipboardExpand all lines: docs/Supplementary/1-supplementary.md
+30-43Lines changed: 30 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
-
---
2
-
title: File manipulation
3
-
---
1
+
# 1. Supplementary - File manipulation
4
2
5
3
## File manipulation and more practice with pipes
6
4
7
5
Let's use the tools we've added to our tool kit so far, along with a few new ones, to example our SRA metadata file. First, let's navigate to the correct directory.
8
6
9
7
```bash
10
8
$ cd
11
-
$ cd shell_data/sra_metadata
9
+
$ cd~/shell_data/sra_metadata
12
10
```
13
11
14
12
This file contains a lot of information about the samples that we submitted for sequencing. We
0 commit comments