Updated Home (markdown)

Mischievous Meerkat 2020-02-03 08:35:38 +05:30
parent 0020e8d70b
commit 7b11d7c62f

@ -154,7 +154,7 @@ 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. `nnn` can handle up to 65,536 paths and will read up to 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: