7 ms·
On BSD (including Mac OS X), you can also type ^t at dd, and it will print status information. If that doesn't work, do stty status ^t first. This is SIGINFO;
by sdkmvx 9y ago
On BSD (including Mac OS X), you can also type ^t at dd, and it will print status information.
If that doesn't work, do stty status ^t first.
This is SIGINFO; it's been in BSD for a long time, but isn't in Linux and is relatively unknown nowadays. Quite a few BSD command line programs will respond to it.
- qwerty456127 9y agoCool! Thanks! This is a thing I wish every program on every OS would support.