Updated Home (markdown)

Mischievous Meerkat 2020-02-03 08:45:53 +05:30
parent 7b11d7c62f
commit d642e5d27a

@ -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: