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: