An open API service indexing awesome lists of open source software.

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

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 install

Please 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 install

How to use
----------

% iwatch -e netstat -s