LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to copy output to HERE (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-copy-output-to-here-461605/)

royeo 07-06-2006 04:15 PM

How to copy output to HERE
 
How do you copy the output of a command or program or whatever to here, so you can avoid typing it in?

Thanks,


royeo

acid_kewpie 07-06-2006 04:21 PM

you mean how do you copy and paste? just highlight the text with your mouse, then use the middle mouse button to paste it in. you will often get better formatting too by pasting inside [ code ] tags

Wynd 07-06-2006 11:16 PM

Also, you can use > and >> to redirect the output to a text file which you can copy/paste out of.

ls /bin > file.txt

This command will put the output of 'ls /bin' into file.txt.

ls /etc >> file.txt

This command will append the output of 'ls /etc' to file.txt.

Tinkster 07-07-2006 03:10 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Here's the original.

An no, 4 hours apart and a different title still makes it a double-post


All times are GMT -5. The time now is 12:50 PM.