bash multi gauge
问题 with this example #!/bin/sh #A gauge Box example with dialog ( c=10 while [ $c -ne 110 ] do echo $c echo "###" echo "$c %" echo "###" ((c+=10)) sleep 1 done ) | dialog --title "A Test Gauge With dialog" --gauge "Please wait ...." 10 60 0 I can make a gauge. how I can make a dialog with two o more gauges ? similar to [## 20% ] [#### 40% ] 回答1: Try --mixedgauge ! #! /bin/sh # $Id: mixedgauge,v 1.4 2007/02/26 23:10:30 tom Exp $ : ${DIALOG=dialog} background="An Example of --mixedgauge usage" for