- List only directory
This commit is contained in:
bonnie 2020-07-19 20:43:22 +08:00
parent 5f04d6349c
commit 640fb02686

View File

@ -3155,7 +3155,7 @@ pdftotext example.pdf example.txt
##### List only directory ##### List only directory
```bash ```bash
ls -ld -- */ ls -d */
``` ```
##### Capture/record/save terminal output (capture everything you type and output) ##### Capture/record/save terminal output (capture everything you type and output)