From ab8efeaf63ac27bd85dd423af79f8d5fc78790ba Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 15 Feb 2024 10:20:40 +0100 Subject: New note sed files --- _posts/2024-02-15-extract-lines-from-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2024-02-15-extract-lines-from-file.md') 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 draft: false --- -Easy way to extract line ranges (like from line 200 to line 210) with sed. +Easy way to extract line ranges (from line 200 to line 210) with sed. ```sh sed -n '200,210p' data/Homo_sapiens.GRCh38.dna.chromosome.18.fa -- cgit v1.2.3