Update docs

This commit is contained in:
Arun Prakash Jana 2019-01-05 21:14:01 +05:30
parent 3667e1e939
commit 6338466db5
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -415,13 +415,13 @@ To inform `nnn` of the executable copier script location:
##### get selection manually
NOTE: In the following examples we assume the copy file is at `~/.nnncp`.
NOTE: In the following examples we assume the copy file is at `/home/user/.nnncp`.
The file paths are `NUL`-terminated, so additional processing is required to make them usable.
To get a space-separated list of the file paths in selection:
cat ~/.nnncp | xargs -0 echo
cat /home/user/.nnncp | xargs -0 echo
To get a newline-separated list of the file paths in selection: