From 0aaa1d771f3fc4fad27e7ee707301ccf8e842b1f Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 9 Dec 2018 21:09:55 +0530 Subject: [PATCH] Copy file paths at run a cmd prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11206497..81dee19f 100644 --- a/README.md +++ b/README.md @@ -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'