From 640fb02686c62c3d484d342728fb6fe9d71c93fb Mon Sep 17 00:00:00 2001 From: bonnie Date: Sun, 19 Jul 2020 20:43:22 +0800 Subject: [PATCH] edit - List only directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45fa32e..282a891 100644 --- a/README.md +++ b/README.md @@ -3155,7 +3155,7 @@ pdftotext example.pdf example.txt ##### List only directory ```bash -ls -ld -- */ +ls -d */ ``` ##### Capture/record/save terminal output (capture everything you type and output)