https://github.com/iij/iwatch
Watch command outputs with interval timer
https://github.com/iij/iwatch
freebsd iij iwatch netbsd openbsd watch
Last synced: 18 days ago
JSON representation
Watch command outputs with interval timer
- Host: GitHub
- URL: https://github.com/iij/iwatch
- Owner: iij
- Created: 2013-03-29T06:35:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T09:33:02.000Z (over 8 years ago)
- Last Synced: 2025-05-13T01:53:12.930Z (18 days ago)
- Topics: freebsd, iij, iwatch, netbsd, openbsd, watch
- Language: Shell
- Homepage:
- Size: 180 KB
- Stars: 32
- Watchers: 14
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
iwatch
======`iwatch` is a program to watch the given command's output periodically
and watch the output change.Installation
------------% git clone https://github.com/iij/iwatch
% cd iwatch
% ./configure
% gmake
% su
# gmake installPlease remark to use "gmake" to use GNUmakefile. Makefile is for
OpenBSD.For OpenBSD
% git clone https://github.com/iij/iwatch
% cd iwatch
% make
% su
# make BINDIR=/usr/local/bin MANDIR=/usr/local/man/man installHow to use
----------% iwatch -e netstat -s