mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Home (markdown)
parent
7b11d7c62f
commit
d642e5d27a
4
Home.md
4
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue