Browse Source

Copy file paths at run a cmd prompt

master
Arun Prakash Jana 5 years ago
parent
commit
0aaa1d771f
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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'



Loading…
Cancel
Save