I have a command like this:
sftp user@host <
Now I\'d like to pipe the output of that to zenity --pro
zenity --pro
This should do the trick:
sftp user@host <<EOF | zenity --progress ... EOF