i'm currently downloading a file via ssh with shell scripting
the code I have is
ssh $username@$hostname $commands > data.temp
I would like to have a preview of the filesize or something on data.temp
basically I am getting a dbdump with the $commands var.......
is there any way I can do it?