Can drush take piping commands for a multisite command using an alias?
I'm trying to setup a simple refresh function from my prod to dev/staging. Any pointers or tips would be welcome. just started learning this stuff.
drush $prodalias sql-dump --gzip >/tmp/$site.sql.gz gunzip /tmp/$site.sql.gz | drush $devalias sqlc