mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
put page nos. inside tokens
This commit is contained in:
parent
6559aeeed3
commit
9e55e9f452
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@
|
|||
|
||||
- Convert pages 2, 3 and 4 of input.pdf to plain text and save them as output.txt:
|
||||
|
||||
`pdftotext -f 2 -l 4 {{input.pdf}} {{output.txt}}`
|
||||
`pdftotext -f {{2}} -l {{4}} {{input.pdf}} {{output.txt}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue