aboutsummaryrefslogtreecommitdiff
path: root/_posts/2024-02-15-extract-lines-from-file.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-15 10:20:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-15 10:20:40 +0100
commitab8efeaf63ac27bd85dd423af79f8d5fc78790ba (patch)
tree6a1be2e268c21cf750a9ab884bd04cb3d9ca9456 /_posts/2024-02-15-extract-lines-from-file.md
parent4c9a0a9f7cc7117fc0459d2e16a692b99a04a80b (diff)
downloadmitjafelicijan.com-ab8efeaf63ac27bd85dd423af79f8d5fc78790ba.tar.gz
New note sed files
Diffstat (limited to '_posts/2024-02-15-extract-lines-from-file.md')
-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