From d642e5d27aa0c3d560c38556021598223ab07512 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Mon, 3 Feb 2020 08:45:53 +0530 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c10dda8..fddcca7 100644 --- a/Home.md +++ b/Home.md @@ -154,7 +154,9 @@ so you can easily handle files together (**even at the `nnn` command prompt!**): ## List files -`nnn` can receive a list of files as input. The paths should be NUL-separated ('\0') but doesn't need to be NUL-terminated. Paths and can be relative to the current directory or absolute. `nnn` can handle up to 65,536 paths and will read up to 256 MiB of input. +`nnn` can receive a list of files as input. The paths should be NUL-separated ('\0') but doesn't need to be NUL-terminated. Paths and can be relative to the current directory or absolute. + +Input is limited by 65,536 paths or 256 MiB of input. Start `nnn` in this mode by writing to its standard input. So the output of another command can be piped to it. For example, to list files in current directory larger than 1M: