aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2024-02-15-extract-lines-from-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2024-02-15-extract-lines-from-file.md b/_posts/2024-02-15-extract-lines-from-file.md
index 28a5b61..04482bc 100644
--- a/_posts/2024-02-15-extract-lines-from-file.md
+++ b/_posts/2024-02-15-extract-lines-from-file.md
@@ -7,7 +7,7 @@ type: note
7draft: false 7draft: false
8--- 8---
9 9
10Easy way to extract line ranges (like from line 200 to line 210) with sed. 10Easy way to extract line ranges (from line 200 to line 210) with sed.
11 11
12```sh 12```sh
13sed -n '200,210p' data/Homo_sapiens.GRCh38.dna.chromosome.18.fa 13sed -n '200,210p' data/Homo_sapiens.GRCh38.dna.chromosome.18.fa