Results 1 to 8 of 8

Thread: Can I copy and paste into the ubuntu terminal?

  1. #1
    Join Date
    Feb 2007
    Beans
    94

    Can I copy and paste into the ubuntu terminal?

    I have a few lines of text code for the ubuntu
    terminal screen in a Windows 7 file made with notepad.
    It is on a USB flash drive inserted into my linux machine.
    I tried selecting a line without EOL, pressing ctrl-c,
    then ctrl-v at the command entry place in the ubuntu terminal.
    It didn't work. Nothing happened. How do I copy and paste?

  2. #2
    Join Date
    Apr 2014
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can I copy and paste into the ubuntu terminal?

    Go old school and use mouse right-click and there should be floating box containing ''paste'' option.

  3. #3
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Can I copy and paste into the ubuntu terminal?

    Quote Originally Posted by LastDino View Post
    mouse right-click
    +1

    also:
    Code:
    Terminal Menu -> Edit -> Paste
    or, the shortcut: Shift+Ctrl+V

    Hope it helps. Let us know how it goes.
    Regards.

  4. #4
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Can I copy and paste into the ubuntu terminal?

    Yes
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  5. #5
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Can I copy and paste into the ubuntu terminal?

    Ctrl+C in a terminal sends a SIGINT signal to the running process. You can use Ctrl+Shift+c / Ctrl+Shift+v to copy / paste. You can also highlight the text you want to paste and press the middle mouse button to paste it. You can also drag and drop files in the terminal window to get their full path.

  6. #6
    squakie is offline I Ubuntu, Therefore, I Am
    Join Date
    Oct 2012
    Beans
    2,238
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can I copy and paste into the ubuntu terminal?

    uh, mouse not available?? Also, remember the line terminator between Windows/DOS and Linux is different. Depending on what you copy and paste this can result in some error messages.

  7. #7
    Join Date
    Apr 2009
    Beans
    252
    Distro
    Xubuntu 20.04 Focal Fossa

    Re: Can I copy and paste into the ubuntu terminal?

    Ctrl+Shift+V pastes into the terminal. (oops.. got beaten to that one )

  8. #8
    squakie is offline I Ubuntu, Therefore, I Am
    Join Date
    Oct 2012
    Beans
    2,238
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can I copy and paste into the ubuntu terminal?

    Quote Originally Posted by LastDino View Post
    Go old school and use mouse right-click and there should be floating box containing ''paste'' option.
    +1 - couldn't agree more!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •