mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-22 03:43:16 +02:00
add others(pdf to txt)
pdf to txt
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user