mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add others- list only directory
This commit is contained in:
parent
099fe975c0
commit
7f8ddc1ce8
@ -1681,7 +1681,10 @@ wait ${!}
|
|||||||
sudo apt-get install poppler-utils
|
sudo apt-get install poppler-utils
|
||||||
pdftotext example.pdf example.txt
|
pdftotext example.pdf example.txt
|
||||||
```
|
```
|
||||||
|
##### list only directory
|
||||||
|
```bash
|
||||||
|
ls -ld -- */
|
||||||
|
```
|
||||||
|
|
||||||
## System
|
## System
|
||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||||
|
Loading…
Reference in New Issue
Block a user