I often force process to not display their output so that I can more easily run multiple of them in the background, for example:
youtube-dl -f 22 https://www.youtube.com/watch?v=oyg0xYH12Qg &>/dev/null &
without &>/dev/null
they display information on the shell such as
[download] 69.5% of 1.34GiB at 360.36KiB/s ETA 19:53
What if I want to know those information with a command ?