Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Watchline runs a command at an interval (similar to `watch`; without clearing the screen)

License

Notifications You must be signed in to change notification settings

eldad/watchline

Repository files navigation

watchline

Watchline runs a command at an interval (similar to watch; without clearing the screen)

Precise mode

To observe the behavior, compare the execution of date --iso-8601=ns | cut -d, -f2 | cut -d+ -f1 with and without precise mode:

# Continuous clock skew
$ watchline 'date --iso-8601=ns | cut -d, -f2 | cut -d+ -f1'

# Maintain the same interval on average
$ watchline -p 'date --iso-8601=ns | cut -d, -f2 | cut -d+ -f1'

About

Watchline runs a command at an interval (similar to `watch`; without clearing the screen)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages