mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
add others(pdf to txt)
pdf to txt
This commit is contained in:
parent
d9742d8586
commit
204c1bdb7a
1 changed files with 5 additions and 0 deletions
|
@ -1651,6 +1651,11 @@ wait $PID
|
|||
wait ${!}
|
||||
#wait ${!} to wait till the last background process ($! is the PID of the last background process)
|
||||
```
|
||||
##### pdf to txt
|
||||
```bash
|
||||
sudo apt-get install poppler-utils
|
||||
pdftotext example.pdf example.txt
|
||||
```
|
||||
|
||||
|
||||
## System
|
||||
|
|
Loading…
Reference in a new issue