add others- list only directory

This commit is contained in:
onceupon 2018-01-02 10:17:50 +08:00 committed by GitHub
parent 099fe975c0
commit 7f8ddc1ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1681,7 +1681,10 @@ wait ${!}
sudo apt-get install poppler-utils
pdftotext example.pdf example.txt
```
##### list only directory
```bash
ls -ld -- */
```
## System
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]