How do I ask 'which man file would you like to open?' in one command from the commandline, which will also open xterm at the same time. This is needed for a fluxbox menu item.
For it to be a fluxbox menu item, it must fulfil this format
[exec] (Which man page do you want to read?) {read -p 'which man file would you like to open? '; xterm -e man "$REPLY"}
where
[exec]- look out its an executable command(Question)- title{xterm -e man tmux}- command with this syntax


