Copy file paths at run a cmd prompt

This commit is contained in:
Arun Prakash Jana 2018-12-09 21:09:55 +05:30
parent e7b1215a20
commit 0aaa1d771f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ To use the copied paths from the cmdline, use command substitution. For example,
# fish
ls -ltr (cat /home/user/.nnncp)
An alias may be handy:
An alias may be handy, e.g. when you want to copy selection at the _run a command_ prompt:
alias ncp='cat /home/user/.nnncp'