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