0

I would like to dump the text from a page of a tool's info documentation to a text file and read and edit it subsequently in Vim.

Does the GNU info reader permit dumping of its text, or is there an easy way to find the directory of its source text and render it (in case of markup tags)?

2
  • Is : info coreutils > coreutils.out what you want ? Have a look at viewing info documentation with vim also. Commented Sep 12, 2021 at 22:05
  • To check the directory of its source text : whereis info. On my system they are located in /usr/share/info. A lot of commands are include in coreutils. Commented Sep 13, 2021 at 1:24

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.