From ddd2d3aa1f408694ae1c95c08afe19d6688b4e09 Mon Sep 17 00:00:00 2001 From: bonnie Date: Sun, 19 Jul 2020 22:52:32 +0800 Subject: [PATCH] Others - List one file per line. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 43762a0..a0b8a9f 100644 --- a/README.md +++ b/README.md @@ -3255,6 +3255,13 @@ pdftotext example.pdf example.txt ls -d */ ``` +##### List one file per line. +```bash +ls -1 +# or list all, do not ignore entries starting with . +ls -1a +``` + ##### Capture/record/save terminal output (capture everything you type and output) ```bash script output.txt