This question is based on this thread.
Problem: to access MySQL\'s manual when the cursor is at the beginning of the word by
Ctrl-A
I love to recycle my Man -pages such that I can read easily manuals. I suggests the following improvement to Rampion's command.
Rampion
screen /bin/sh -c 'man `cat /tmp/screen-copied-term` || read'
Me
screen /bin/sh -c 'man `cat /tmp/screen-copied-term` > /tmp/manual | less /tmp/manual'
My code gives you the percent sign to the bottom of a manual.