Outline ·
[ Standard ] ·
Linear+
How to select all and copy in Linux Ubuntu?, what command to type?
|
TSpowind
|
Aug 17 2008, 10:49 AM, updated 18y ago
|
|
How to select all and copy all the text in Linux Ubuntu? Hi, I wana copy all the text in the command "man intro" in Linux. How to do it?
I wana select all and copy it into textfile. I am Linux newbie
Added on August 17, 2008, 10:50 amWhat I mean is to copy all the text in the intro manual
This post has been edited by powind: Aug 17 2008, 10:50 AM
|
|
|
|
|
|
WebWalker
|
Aug 17 2008, 11:13 AM
|
|
QUOTE(powind @ Aug 17 2008, 10:49 AM) How to select all and copy all the text in Linux Ubuntu? Hi, I wana copy all the text in the command "man intro" in Linux. How to do it? I wana select all and copy it into textfile. I am Linux newbie Added on August 17, 2008, 10:50 amWhat I mean is to copy all the text in the intro manual What program you are using to view the "intro manual"?
|
|
|
|
|
|
oshiri
|
Aug 17 2008, 12:40 PM
|
|
man intro >> intro.txt or to whatever existing txt file you have. >> will append all the content to the bottom of that txt file. > will replace all content in that file
Or if you are using KDE, fireup konqueror and type: man:intro on the url location. You can select from there and paste to whatever text editor you are using.
This post has been edited by oshiri: Aug 17 2008, 12:47 PM
|
|
|
|
|