cheat-sheets

Cheat sheets for various stuff

View the Project on GitHub bertvv/cheat-sheets

Linux tools

Last modified: 2014-10-07 14:50:00

Linux tools I should use more often

Task Command
Copy file, watch progress pv < /path/to/source > /path/to/dest
Watch command output watch -n SECONDS 'cmd1 | cmd2'