-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path9.1
More file actions
41 lines (33 loc) · 611 Bytes
/
9.1
File metadata and controls
41 lines (33 loc) · 611 Bytes
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
32
33
34
35
36
37
38
39
40
41
.Dd June 4, 2017
.Dt 9 1
.Os
.Sh NAME
.Nm 9
.Nd run a program in the plan9 directory
.Sh SYNOPSIS
.Nm
.Ar program
.Op Ar args
.Sh DESCRIPTION
.Nm
runs a program in the systems plan9 directory (passed via an environment
variable).
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev PLAN9
The local plan9 directory. A program is called from the
.Dq bin/
directory inside $PLAN9. Defaults to
.Dq /usr/local/plan9/ .
.El
.Sh EXAMPLES
Use non-localized, byte-wise sorting:
.Pp
.Dl $ 9 sort <dict
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr exec 1 ,
.Xr exec 3 .
.Sh AUTHORS
.An pranomostro Aq Mt pranomostro@posteo.net