Created
November 19, 2013 16:02
-
-
Save marcosvidolin/7547657 to your computer and use it in GitHub Desktop.
Repeat command automaticaly
This file contains 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
# Usage: watch [-dhntv] [--differences[=cumulative]] [--help] [--interval=<n>] [--no-title] [--version] <command> | |
# -d, --differences[=cumulative] highlight changes between updates | |
# (cumulative means highlighting is cumulative) | |
# -h, --help print a summary of the options | |
# -n, --interval=<seconds> seconds to wait between updates | |
# -v, --version print the version number | |
# -t, --no-title turns off showing the header | |
# | |
# | |
# example: | |
watch -n 1 -d <comando> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment