diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-01-05 21:14:01 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-01-05 21:14:01 +0530 |
commit | 6338466db55cadc541cac081c473643a1c47a7c7 (patch) | |
tree | 5b6e6e4d624b4d6d09ad1079a0d221a00e0749de /README.md | |
parent | 3667e1e9390032983e2f4450fa06e9204d95d181 (diff) | |
download | nnn-6338466db55cadc541cac081c473643a1c47a7c7.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |