The Wayback Machine - https://web.archive.org/web/20221229100646/https://github.com/iij/iwatch
Skip to content

iij/iwatch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
m4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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