Cheat sheets for various stuff
Last modified: 2014-10-07 14:50:00
Linux tools I should use more often
dnf
Dandified Yumpv
pipe viewer
watch
watch command outputTask | Command |
---|---|
Copy file, watch progress | pv < /path/to/source > /path/to/dest |
Watch command output | watch -n SECONDS 'cmd1 | cmd2' |