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)?
info coreutils > coreutils.outwhat you want ? Have a look at viewing info documentation with vim also.whereis info. On my system they are located in/usr/share/info. A lot of commands are include incoreutils.