How do I see a list of all exported variables and functions under Unix bash shell?
I can use
less or more pagers to view a file. How do I
start an editor (such as vi or other text editor) to edit the current file without
leaving the less or more pager command?