<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title></title><meta http-equiv="Content-Type" content="text/html;"></head>
<body>
How do I get the value from the dialog?<br>
dialog --inputbox "Domain name" 10 40 "google.com"<br>
<br>
The value is printed to stdout, but how I do capture that.<br>
<br>
I can't, for instance go<br>
dialog --inputbox "Domain name" 10 40 "google.com" > <br>
/blahblah/domainnamevalue
</body>
</html>