by mfincham on 8/26/20, 9:55 PM with 5 comments
by throw0101a on 8/26/20, 11:21 PM
For those running on a system that has SIGINFO (e.g., BSD, macOS?), hit ^T and you'll get a status report to stderr. ^T should work for various other utilities as well: dd, cp, ftp.
On those systems that do not have SIGINFO (Linux?), but are using bsdtar (libarchive), SIGUSR1 will do the same:
* https://github.com/libarchive/libarchive/search?q=SIGINFO
INFO isn't one of the mandatory POSIX signals:
by kevin_thibedeau on 8/27/20, 12:12 AM