blob: 21caa6cf24642fafb53cf146b0cbdc0931bbad06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
stdu 1.1.1 README
=================
`stdu` is a program for monitoring the amount of
input data in real time.
Building
--------
Build the binary `stdu` by running `make`. A
compiler and standard C libraries are required.
Installation
------------
Install by either copying/symlinking `stdu` and
`stdu.1` to the appropriate locations, or run
`make install`. You can change the installation
paths by modifying `BINPATH` and `MANPATH` in the
makefile. You should run `makewhatis` on your
`MANPATH` after installation.
Usage
-----
See the man page and help message:
`stdu --help`
`man stdu`
|