This commit is contained in:
eli 2022-09-11 16:23:16 -04:00
parent 46963c6686
commit eaadecbef2
1 changed files with 7 additions and 5 deletions

View File

@ -2,15 +2,17 @@
Plan9 is a distributed operating system from Bell Labs.
Plan9 provides many interesting tools, and takes on unix. To have access to them here on [[sans]] we use plan9port to provide plan9 tools in user space.
Plan9 provides many interesting tools and takes on unix, including its own variety of [[c]], [[9c]]. To have access to them here on [[sans]] we use plan9port to provide plan9 tools in user space.
To get at them here, you'll need to prefix the command with 9, e.g.
9 rc will launch rc, plan9's shell
9 [[9c]] will launch plan9's c compiler
9 grep will launch plan9's flavor of grep, etc.
```
$ 9 rc // will launch rc, plan9's shell
$ 9 9c // will launch plan9's c compiler
$ 9 grep // will launch plan9's flavor of grep, etc.
```
For a full list of the stuff you can use, see plan9port's documentation (linked below)
For a full list of the stuff you can use, see plan9port's documentation (linked below). Plan9port includes some graphical applications, too, namely sam and acme -- if you can figure out how to use 'em over ssh, go nuts!
=> http://9p.io/plan9/ plan9 foundation
=> https://9fans.github.io/plan9port/ plan9port