How do I copy text from PuTTY to another window? Announcing the arrival of Valued Associate...

Time to Settle Down!

What was the first language to use conditional keywords?

Why is my ESD wriststrap failing with nitrile gloves on?

Did Deadpool rescue all of the X-Force?

What is a fractional matching?

Is there any word for a place full of confusion?

What is the difference between globalisation and imperialism?

Crossing US/Canada Border for less than 24 hours

What does it mean that physics no longer uses mechanical models to describe phenomena?

Illegal assignment from sObject to Id

Did Krishna say in Bhagavad Gita "I am in every living being"

Sum letters are not two different

What would you call this weird metallic apparatus that allows you to lift people?

Significance of Cersei's obsession with elephants?

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

How to install press fit bottom bracket into new frame

Can the Great Weapon Master feat's "Power Attack" apply to attacks from the Spiritual Weapon spell?

How do I find out the mythology and history of my Fortress?

A term for a woman complaining about things/begging in a cute/childish way

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Performance gap between vector<bool> and array

Putting class ranking in CV, but against dept guidelines

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?

Question about debouncing - delay of state change



How do I copy text from PuTTY to another window?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How to copy text from (or paste to) PuttyAlternative to xsel or xclip *without* X11 installed?Putty-like copy/pasteConnecting to MSP430 via /dev/ttyACM0When using `byobu` in a PuTTY session cannot create new windowsCopy paste not working on ubuntu puttyApplication Putty starts in small windowWhy can't I have multiple application instances from the GUI?Copy/paste middle mouse button functionality absentCan I access Ubuntu desktop from PuTTY?How to record putty session?How to copy text from (or paste to) Putty





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







27















I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
I need to copy text from a PuTTY window to another window (for example, gedit).



UPDATE



I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.



UPDATE1



I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.










share|improve this question































    27















    I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
    I need to copy text from a PuTTY window to another window (for example, gedit).



    UPDATE



    I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.



    UPDATE1



    I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.










    share|improve this question



























      27












      27








      27


      2






      I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
      I need to copy text from a PuTTY window to another window (for example, gedit).



      UPDATE



      I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.



      UPDATE1



      I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.










      share|improve this question
















      I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
      I need to copy text from a PuTTY window to another window (for example, gedit).



      UPDATE



      I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.



      UPDATE1



      I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.







      serial-port putty






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 1 '17 at 23:10









      muru

      1




      1










      asked Jul 30 '15 at 12:44









      fsquirrelfsquirrel

      141127




      141127






















          8 Answers
          8






          active

          oldest

          votes


















          20














          I've copied from the PuTTY manual:




          PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.







          share|improve this answer



















          • 4





            Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

            – fsquirrel
            Jul 30 '15 at 12:51













          • This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

            – Frantique
            Jul 30 '15 at 12:56











          • I'm not sure that I understand what Windows you mean.

            – fsquirrel
            Jul 30 '15 at 12:57






          • 1





            Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

            – Frantique
            Jul 30 '15 at 13:01






          • 1





            As I'm connecting to device via UART. It is serial port connection not ssh.

            – fsquirrel
            Jul 30 '15 at 13:12



















          9














          COPY:
          Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.



          PASTE:
          Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.






          share|improve this answer





















          • 1





            This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

            – Fabiano Tarlao
            Apr 21 '17 at 8:48













          • This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

            – jws
            Jul 26 '18 at 20:35



















          4














          I had same problem.

          Despite suggestion from manual, left mouse button selection for copying text does not work for me.

          I had found that middle mouse button does the trick.






          share|improve this answer































            2














            Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.



            For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.






            share|improve this answer































              1














              You can use cat Abc.java to show the content of file.
              Then highlight the text and CTRL + C to copy the text.



              After that, you can paste any where you want.






              share|improve this answer


























              • While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                – Videonauth
                Apr 21 '16 at 14:12



















              1














              There is an ugly way that I use to copy from Putty console.
              In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.



              My Putty Session Logging Configuration



              Then I tail the log file in a local terminal with command:



              tail -f <logFileName>


              When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.






              share|improve this answer

































                1














                just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.



                go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.



                this is what worked for me ..im on ubuntu 16.04 LTS






                share|improve this answer































                  0














                  I found the solution here



                  Problem



                  Copy Paste text from PuTTY to Another Application on Ubuntu not working



                  solution



                  Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.



                  pasting to other application:



                  Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.



                  This worked for me on Fedora





                  share
























                    Your Answer








                    StackExchange.ready(function() {
                    var channelOptions = {
                    tags: "".split(" "),
                    id: "89"
                    };
                    initTagRenderer("".split(" "), "".split(" "), channelOptions);

                    StackExchange.using("externalEditor", function() {
                    // Have to fire editor after snippets, if snippets enabled
                    if (StackExchange.settings.snippets.snippetsEnabled) {
                    StackExchange.using("snippets", function() {
                    createEditor();
                    });
                    }
                    else {
                    createEditor();
                    }
                    });

                    function createEditor() {
                    StackExchange.prepareEditor({
                    heartbeatType: 'answer',
                    autoActivateHeartbeat: false,
                    convertImagesToLinks: true,
                    noModals: true,
                    showLowRepImageUploadWarning: true,
                    reputationToPostImages: 10,
                    bindNavPrevention: true,
                    postfix: "",
                    imageUploader: {
                    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                    allowUrls: true
                    },
                    onDemand: true,
                    discardSelector: ".discard-answer"
                    ,immediatelyShowMarkdownHelp:true
                    });


                    }
                    });














                    draft saved

                    draft discarded


















                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f654609%2fhow-do-i-copy-text-from-putty-to-another-window%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown

























                    8 Answers
                    8






                    active

                    oldest

                    votes








                    8 Answers
                    8






                    active

                    oldest

                    votes









                    active

                    oldest

                    votes






                    active

                    oldest

                    votes









                    20














                    I've copied from the PuTTY manual:




                    PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.







                    share|improve this answer



















                    • 4





                      Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

                      – fsquirrel
                      Jul 30 '15 at 12:51













                    • This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

                      – Frantique
                      Jul 30 '15 at 12:56











                    • I'm not sure that I understand what Windows you mean.

                      – fsquirrel
                      Jul 30 '15 at 12:57






                    • 1





                      Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

                      – Frantique
                      Jul 30 '15 at 13:01






                    • 1





                      As I'm connecting to device via UART. It is serial port connection not ssh.

                      – fsquirrel
                      Jul 30 '15 at 13:12
















                    20














                    I've copied from the PuTTY manual:




                    PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.







                    share|improve this answer



















                    • 4





                      Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

                      – fsquirrel
                      Jul 30 '15 at 12:51













                    • This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

                      – Frantique
                      Jul 30 '15 at 12:56











                    • I'm not sure that I understand what Windows you mean.

                      – fsquirrel
                      Jul 30 '15 at 12:57






                    • 1





                      Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

                      – Frantique
                      Jul 30 '15 at 13:01






                    • 1





                      As I'm connecting to device via UART. It is serial port connection not ssh.

                      – fsquirrel
                      Jul 30 '15 at 13:12














                    20












                    20








                    20







                    I've copied from the PuTTY manual:




                    PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.







                    share|improve this answer













                    I've copied from the PuTTY manual:




                    PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.








                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jul 30 '15 at 12:47









                    FrantiqueFrantique

                    7,2022649




                    7,2022649








                    • 4





                      Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

                      – fsquirrel
                      Jul 30 '15 at 12:51













                    • This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

                      – Frantique
                      Jul 30 '15 at 12:56











                    • I'm not sure that I understand what Windows you mean.

                      – fsquirrel
                      Jul 30 '15 at 12:57






                    • 1





                      Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

                      – Frantique
                      Jul 30 '15 at 13:01






                    • 1





                      As I'm connecting to device via UART. It is serial port connection not ssh.

                      – fsquirrel
                      Jul 30 '15 at 13:12














                    • 4





                      Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

                      – fsquirrel
                      Jul 30 '15 at 12:51













                    • This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

                      – Frantique
                      Jul 30 '15 at 12:56











                    • I'm not sure that I understand what Windows you mean.

                      – fsquirrel
                      Jul 30 '15 at 12:57






                    • 1





                      Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

                      – Frantique
                      Jul 30 '15 at 13:01






                    • 1





                      As I'm connecting to device via UART. It is serial port connection not ssh.

                      – fsquirrel
                      Jul 30 '15 at 13:12








                    4




                    4





                    Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

                    – fsquirrel
                    Jul 30 '15 at 12:51







                    Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.

                    – fsquirrel
                    Jul 30 '15 at 12:51















                    This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

                    – Frantique
                    Jul 30 '15 at 12:56





                    This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.

                    – Frantique
                    Jul 30 '15 at 12:56













                    I'm not sure that I understand what Windows you mean.

                    – fsquirrel
                    Jul 30 '15 at 12:57





                    I'm not sure that I understand what Windows you mean.

                    – fsquirrel
                    Jul 30 '15 at 12:57




                    1




                    1





                    Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

                    – Frantique
                    Jul 30 '15 at 13:01





                    Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?

                    – Frantique
                    Jul 30 '15 at 13:01




                    1




                    1





                    As I'm connecting to device via UART. It is serial port connection not ssh.

                    – fsquirrel
                    Jul 30 '15 at 13:12





                    As I'm connecting to device via UART. It is serial port connection not ssh.

                    – fsquirrel
                    Jul 30 '15 at 13:12













                    9














                    COPY:
                    Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.



                    PASTE:
                    Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.






                    share|improve this answer





















                    • 1





                      This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

                      – Fabiano Tarlao
                      Apr 21 '17 at 8:48













                    • This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

                      – jws
                      Jul 26 '18 at 20:35
















                    9














                    COPY:
                    Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.



                    PASTE:
                    Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.






                    share|improve this answer





















                    • 1





                      This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

                      – Fabiano Tarlao
                      Apr 21 '17 at 8:48













                    • This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

                      – jws
                      Jul 26 '18 at 20:35














                    9












                    9








                    9







                    COPY:
                    Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.



                    PASTE:
                    Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.






                    share|improve this answer















                    COPY:
                    Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.



                    PASTE:
                    Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Nov 1 '17 at 18:58

























                    answered May 29 '16 at 17:05









                    bytepanbytepan

                    37123




                    37123








                    • 1





                      This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

                      – Fabiano Tarlao
                      Apr 21 '17 at 8:48













                    • This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

                      – jws
                      Jul 26 '18 at 20:35














                    • 1





                      This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

                      – Fabiano Tarlao
                      Apr 21 '17 at 8:48













                    • This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

                      – jws
                      Jul 26 '18 at 20:35








                    1




                    1





                    This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

                    – Fabiano Tarlao
                    Apr 21 '17 at 8:48







                    This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.

                    – Fabiano Tarlao
                    Apr 21 '17 at 8:48















                    This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

                    – jws
                    Jul 26 '18 at 20:35





                    This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.

                    – jws
                    Jul 26 '18 at 20:35











                    4














                    I had same problem.

                    Despite suggestion from manual, left mouse button selection for copying text does not work for me.

                    I had found that middle mouse button does the trick.






                    share|improve this answer




























                      4














                      I had same problem.

                      Despite suggestion from manual, left mouse button selection for copying text does not work for me.

                      I had found that middle mouse button does the trick.






                      share|improve this answer


























                        4












                        4








                        4







                        I had same problem.

                        Despite suggestion from manual, left mouse button selection for copying text does not work for me.

                        I had found that middle mouse button does the trick.






                        share|improve this answer













                        I had same problem.

                        Despite suggestion from manual, left mouse button selection for copying text does not work for me.

                        I had found that middle mouse button does the trick.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Jan 5 '17 at 6:16









                        fatfat

                        1747




                        1747























                            2














                            Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.



                            For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.






                            share|improve this answer




























                              2














                              Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.



                              For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.






                              share|improve this answer


























                                2












                                2








                                2







                                Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.



                                For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.






                                share|improve this answer













                                Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.



                                For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Jul 30 '15 at 12:47









                                A.J. RuckmanA.J. Ruckman

                                83112




                                83112























                                    1














                                    You can use cat Abc.java to show the content of file.
                                    Then highlight the text and CTRL + C to copy the text.



                                    After that, you can paste any where you want.






                                    share|improve this answer


























                                    • While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                                      – Videonauth
                                      Apr 21 '16 at 14:12
















                                    1














                                    You can use cat Abc.java to show the content of file.
                                    Then highlight the text and CTRL + C to copy the text.



                                    After that, you can paste any where you want.






                                    share|improve this answer


























                                    • While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                                      – Videonauth
                                      Apr 21 '16 at 14:12














                                    1












                                    1








                                    1







                                    You can use cat Abc.java to show the content of file.
                                    Then highlight the text and CTRL + C to copy the text.



                                    After that, you can paste any where you want.






                                    share|improve this answer















                                    You can use cat Abc.java to show the content of file.
                                    Then highlight the text and CTRL + C to copy the text.



                                    After that, you can paste any where you want.







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited Apr 22 '16 at 2:01









                                    Android Dev

                                    11.1k63462




                                    11.1k63462










                                    answered Apr 21 '16 at 13:35









                                    vtc94vtc94

                                    111




                                    111













                                    • While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                                      – Videonauth
                                      Apr 21 '16 at 14:12



















                                    • While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                                      – Videonauth
                                      Apr 21 '16 at 14:12

















                                    While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                                    – Videonauth
                                    Apr 21 '16 at 14:12





                                    While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page

                                    – Videonauth
                                    Apr 21 '16 at 14:12











                                    1














                                    There is an ugly way that I use to copy from Putty console.
                                    In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.



                                    My Putty Session Logging Configuration



                                    Then I tail the log file in a local terminal with command:



                                    tail -f <logFileName>


                                    When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.






                                    share|improve this answer






























                                      1














                                      There is an ugly way that I use to copy from Putty console.
                                      In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.



                                      My Putty Session Logging Configuration



                                      Then I tail the log file in a local terminal with command:



                                      tail -f <logFileName>


                                      When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.






                                      share|improve this answer




























                                        1












                                        1








                                        1







                                        There is an ugly way that I use to copy from Putty console.
                                        In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.



                                        My Putty Session Logging Configuration



                                        Then I tail the log file in a local terminal with command:



                                        tail -f <logFileName>


                                        When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.






                                        share|improve this answer















                                        There is an ugly way that I use to copy from Putty console.
                                        In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.



                                        My Putty Session Logging Configuration



                                        Then I tail the log file in a local terminal with command:



                                        tail -f <logFileName>


                                        When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.







                                        share|improve this answer














                                        share|improve this answer



                                        share|improve this answer








                                        edited Oct 13 '17 at 3:06









                                        muru

                                        1




                                        1










                                        answered Oct 13 '17 at 1:50









                                        Rijo JosephRijo Joseph

                                        111




                                        111























                                            1














                                            just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.



                                            go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.



                                            this is what worked for me ..im on ubuntu 16.04 LTS






                                            share|improve this answer




























                                              1














                                              just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.



                                              go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.



                                              this is what worked for me ..im on ubuntu 16.04 LTS






                                              share|improve this answer


























                                                1












                                                1








                                                1







                                                just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.



                                                go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.



                                                this is what worked for me ..im on ubuntu 16.04 LTS






                                                share|improve this answer













                                                just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.



                                                go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.



                                                this is what worked for me ..im on ubuntu 16.04 LTS







                                                share|improve this answer












                                                share|improve this answer



                                                share|improve this answer










                                                answered Feb 16 '18 at 7:11









                                                MANOJMANOJ

                                                111




                                                111























                                                    0














                                                    I found the solution here



                                                    Problem



                                                    Copy Paste text from PuTTY to Another Application on Ubuntu not working



                                                    solution



                                                    Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.



                                                    pasting to other application:



                                                    Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.



                                                    This worked for me on Fedora





                                                    share




























                                                      0














                                                      I found the solution here



                                                      Problem



                                                      Copy Paste text from PuTTY to Another Application on Ubuntu not working



                                                      solution



                                                      Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.



                                                      pasting to other application:



                                                      Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.



                                                      This worked for me on Fedora





                                                      share


























                                                        0












                                                        0








                                                        0







                                                        I found the solution here



                                                        Problem



                                                        Copy Paste text from PuTTY to Another Application on Ubuntu not working



                                                        solution



                                                        Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.



                                                        pasting to other application:



                                                        Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.



                                                        This worked for me on Fedora





                                                        share













                                                        I found the solution here



                                                        Problem



                                                        Copy Paste text from PuTTY to Another Application on Ubuntu not working



                                                        solution



                                                        Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.



                                                        pasting to other application:



                                                        Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.



                                                        This worked for me on Fedora






                                                        share











                                                        share


                                                        share










                                                        answered 8 mins ago









                                                        Accountant مAccountant م

                                                        1013




                                                        1013






























                                                            draft saved

                                                            draft discarded




















































                                                            Thanks for contributing an answer to Ask Ubuntu!


                                                            • Please be sure to answer the question. Provide details and share your research!

                                                            But avoid



                                                            • Asking for help, clarification, or responding to other answers.

                                                            • Making statements based on opinion; back them up with references or personal experience.


                                                            To learn more, see our tips on writing great answers.




                                                            draft saved


                                                            draft discarded














                                                            StackExchange.ready(
                                                            function () {
                                                            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f654609%2fhow-do-i-copy-text-from-putty-to-another-window%23new-answer', 'question_page');
                                                            }
                                                            );

                                                            Post as a guest















                                                            Required, but never shown





















































                                                            Required, but never shown














                                                            Required, but never shown












                                                            Required, but never shown







                                                            Required, but never shown

































                                                            Required, but never shown














                                                            Required, but never shown












                                                            Required, but never shown







                                                            Required, but never shown







                                                            Popular posts from this blog

                                                            List of shipwrecks in 1808...

                                                            Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

                                                            Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...