Re: Dialog Example

2006-09-30 Thread Xavier Oswald
On 12:31 Thu 28 Sep , Rodrigo Tavares wrote: > Hello, > > Where I can a code example of dialog, with intetion: > > Installing one package and happen a bar of progress > when in run this command : > > /usr/local/pgsql/bin/createdb -E LATIN1 BD &> > /dev/nul > /usr/local/pgsql/bin/psql -d DB

Dialog Example

2006-09-28 Thread Rodrigo Tavares
Hello, Where I can a code example of dialog, with intetion: Installing one package and happen a bar of progress when in run this command : /usr/local/pgsql/bin/createdb -E LATIN1 BD &> /dev/nul /usr/local/pgsql/bin/psql -d DB -U xyzt -h localhost -f script.sh &> /dev/null Somebody can help me