chiark
/
gitweb
/
~mdw
/
misc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mprlimit: The new name for `prlimit'.
[misc]
/
not.1
1
.\" -*-nroff-*-
2
.TH not 1 "9 October 2003" "Straylight/Edgeware"
3
.SH NAME
4
not \- invert the sense of a program
5
.SH SYNOPSIS
6
.B not
7
.I program
8
.IR args ...
9
.SH DESCRIPTION
10
Runs
11
.IR program ,
12
passing it
13
.IR args .
14
If
15
.I program
16
exits 111, or there's some kind of problem, then
17
.B not
18
exits 111; if
19
.I program
20
exits 0 then
21
.B not
22
exits 100; otherwise
23
.B not
24
exits 0. This is useful in
25
.BR bouncesaying (1)
26
lines.
27
.SH BUGS
28
None known.
29
.SH AUTHOR
30
Mark Wooding, <mdw@distorted.org.uk>