How can I maintain the whitespace of a command's results in a linux dialog inputbox?
问题 I've got a bash script file that I've been working on, that I'm trying to get to be able to list the currently available Bluetooth devices and then allow the user to choose one and connect to it. I've got all of the code to work, but the listing of Bluetooth devices will not maintain the whitespace that you normally get when you run the command straight from the CLI. In an ideal world, I would like to be able to actually list out the Bluetooth devices and have the user just select one, but I