Last active
December 15, 2015 18:19
-
-
Save haio/5303165 to your computer and use it in GitHub Desktop.
multitail | html2pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multitail -l /var/log/sercure -l /var/log/ | |
multitail -R 3 -l 'uptime' | |
multitail -e 'fail' /var/log/ | |
wkhtmltopdf --use-xserver http://.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment