Computer Tips - Linux: How can I know what dd is doing?

Date: 2016jan10 OS: Linux Q. Linux: How can I know what dd is doing? A. Use status=progress like this:
dd if=/dev/random of=/dev/null status=progress
from r/linux