I want to copy current string (or select and then copy with help ctrl+shift+c) to clipboard. How do I make this?
Asked
Active
Viewed 1,396 times
0
-
1does it is not work? – αғsнιη Sep 27 '14 at 06:50
-
@KasiyA, what do you mean, saying "it"? – Denis Sep 27 '14 at 06:53
-
1@hbdgaf, I want to copy a command string, not result. – Denis Sep 27 '14 at 06:53
-
First select string by mouse and then copy(Ctlr+Shift+C) and paste the copied string by Ctrl+Shift+V. did you see any changes? – αғsнιη Sep 27 '14 at 06:57
-
@KasiyA, yep, It does work. But, I have to use a mouse. I with to use only shortcuts. – Denis Sep 27 '14 at 06:59
-
Without selecting string how do you want to copy them?? And one more question. What did you mean about "current string"??? – αғsнιη Sep 27 '14 at 07:01
-
@KasiyA, there is ctrl+a shortcut for selecting in Windows. I want something like that in Ubuntu. – Denis Sep 27 '14 at 07:02
-
@KasiyA, current string is something like that: ">cat file.txt | grep "a" | wc -1". – Denis Sep 27 '14 at 07:03
-
then I can duplicate your question... – αғsнιη Sep 27 '14 at 07:06