Mittwoch, 11. Dezember 2013

Periodically execute program (bash) - watch

To periodically execute a command, e.g. ll to see the change in files just use watch:
watch  [-n <seconds>] [--differences[=cumulative]] [--interval=<seconds>] <command>
For example like this:
 watch ls -l

Keine Kommentare:

Kommentar veröffentlichen