浏览代码

Update docs

master
Arun Prakash Jana 6 年前
父节点
当前提交
6338466db5
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
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:



正在加载...
取消
保存