SIGINFO is a useful tip

This commit is contained in:
nia 2021-06-04 11:18:31 +00:00
parent 629bf65377
commit d9c389ef8f
1 changed files with 3 additions and 0 deletions

View File

@ -159,3 +159,6 @@ on its extension. For example, to extract a zip file:
You can use progress(1) to monitor the progress of data in a pipe:
zcat example.tar.gz | progress tar xf -
%
Press CTRL+T to send SIGINFO and see the current status of the
command running in the current terminal.