diff options
| -rw-r--r-- | _posts/2024-02-15-extract-lines-from-file.md | 2 |
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 | |||
| 7 | draft: false | 7 | draft: false |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | Easy way to extract line ranges (like from line 200 to line 210) with sed. | 10 | Easy way to extract line ranges (from line 200 to line 210) with sed. |
| 11 | 11 | ||
| 12 | ```sh | 12 | ```sh |
| 13 | sed -n '200,210p' data/Homo_sapiens.GRCh38.dna.chromosome.18.fa | 13 | sed -n '200,210p' data/Homo_sapiens.GRCh38.dna.chromosome.18.fa |
