Comparing various text "permuters" to show pretty output for rsync
rsync --info=progress2 * [email protected]:/tmp/new/ 2> /dev/null | stdbuf -i0 -o0 tr $'\r' $'\n' | awk '{printf "\rSyncing image: %s - %s",$2,$3}'
# Syncing image: 100% - 37.30MB/s
# real 0m3.012s