mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
add others(pdf to txt)
pdf to txt
This commit is contained in:
parent
d9742d8586
commit
204c1bdb7a
@ -1651,6 +1651,11 @@ wait $PID
|
|||||||
wait ${!}
|
wait ${!}
|
||||||
#wait ${!} to wait till the last background process ($! is the PID of the last background process)
|
#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
|
## System
|
||||||
|
Loading…
Reference in New Issue
Block a user