
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,772 Views
Info files can displayed using either the 'info' or 'pinfo' command. I realized that one cannot highlight text within the "pinfo", yet on the other hand one can highlight the text within the "info" command.
In case you are using the gnome terminal, once highlighted you can perform any available action within the 'info' command. The same cannot be done for the 'pinfo' command.
Has anybody tried to highlight and copy text from 'pinfo' ?
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,736 Views
pinfo is a ncurses application (similar to links/lynx/w3m, etc). That means you can use shift + mouse to select the text. Once you've selected the text you can copy it with control+shift+c , then paste with control+shift+v.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,737 Views
pinfo is a ncurses application (similar to links/lynx/w3m, etc). That means you can use shift + mouse to select the text. Once you've selected the text you can copy it with control+shift+c , then paste with control+shift+v.