From: Arun Prakash Jana Date: Sat, 5 Jan 2019 15:44:01 +0000 (+0530) Subject: Update docs X-Git-Tag: v2.3~155 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6338466db55cadc541cac081c473643a1c47a7c7;p=nnn.git Update docs --- diff --git a/README.md b/README.md index 8a533944..dd49ddb0 100644 --- a/README.md +++ b/README.md @@ -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: