1 个不稳定版本
0.1.0 | 2022年11月9日 |
---|
#13 在 #precise
8KB
80 行
watchline
Watchline 以间隔运行命令(类似于 watch
;不清除屏幕)
精确模式
为了观察行为,比较在精确模式下和不精确模式下执行 date --iso-8601=ns | cut -d, -f2 | cut -d+ -f1
的结果
# 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'
依赖项
~1.4–2MB
~36K SLoC