mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
edit
- List only directory
This commit is contained in:
parent
5f04d6349c
commit
640fb02686
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user