Software:List of Plan 9 programs

From HandWiki

This is a list of Plan 9 programs. Many of these programs are very similar to the UNIX programs with the same name, other are to be found only on Plan 9. Others again share only the name, but have a different behaviour.

System software

General user

  • dd[1] – convert and copy a file
  • date[2] – date and time
  • echo[3] – print arguments
  • file[4] – determine file type
  • ns[5] – display namespace
  • plumb[6] – send message to plumber
  • plumber[7] – interprocess messaging
  • rc[8] – rc is the Plan 9 shell
  • rio[9] – the new Plan 9 windowing system
  • 8½ – the old Plan 9 windowing system [1]
  • uptime[10] – show how long the system has been running

System management

Processes and tasks management

  • time[11] – time a command
  • kill,[12] slay,[12] broke[12] – print commands to kill processes
  • sleep[13] – suspend execution for an interval
  • ps[14] – process status
  • psu[14] – process status information about processes started by a specific user

User management and support

  • passwd,[15] netkey,[15] iam – change user password
  • who[16] – who is using the machine
  • man,[17] lookman[17] – print or find pages of this manual

File system and server

  • /boot/boot[18] – connect to the root file server
  • fossil/fossil, fossil/flchk, fossil/flfmt, fossil/conf, fossil/last – archival file server
  • history[19] – print file names from the dump
  • users[20] – file server user list format
  • vac[21] – create a vac archive on Venti
  • venti/buildindex, venti/checkarenas, venti/checkindex, venti/conf, venti/copy,[22] venti/fmtarenas, venti/fmtindex, venti/fmtisect, venti/rdarena, venti/rdarenablocks, venti/read,[22] venti/wrarenablocks, venti/write[22] – Venti maintenance and debugging commands
  • venti/venti,[23] venti/sync – an archival block storage server
  • yesterday,[24] diffy[24] – print file names from the dump

Hardware devices

Files and text

Filesystem utilities

Archivers and compression

Text processing

  • awk – pattern-directed scanning and processing language
  • cat, read – catenate files
  • cmp – compare two files
  • diff – differential file comparator
  • doc2txt, xls2txt – extract printable strings from Microsoft Office documents
  • doctype – intuit command line for formatting a document
  • fmt, htmlfmt – simple text formatters
  • freq – print histogram of character frequencies
  • grep – search a file for a pattern
  • idiff – interactive diff
  • mc – multicolumn print
  • p[38] – paginate
  • pr[39] – print file
  • sed – stream editor
  • spell, sprog – find spelling errors
  • split – split a file into pieces
  • tail – deliver the last part of a file
  • tcs – translate character sets
  • tr – translate characters
  • wc – word count
  • xd – hex, octal, decimal or ASCII dump of file

Editors

  • acme[40] – interactive text editor and shell
  • ed[41] – text editor
  • sam[42] – screen editor with structural regular expressions

Communication, networking and remote access

  • con, telnet, rx, xms, xmr – remote login, execution, and XMODEM file transfer
  • cpu – connection to CPU server
  • dial/at, dial/drain, dial/expect, dial/pass – dialer scripting tools
  • netstat – summarize network connections
  • replica/changes, replica/pull, replica/push, replica/scan – client–server replica management
  • ssh, sshnet, scp, aux/sshserve – secure login and file copy from/to Unix or Plan 9
  • tel, iwhois – look in phone book
  • vncs, vncv – remote frame buffer server and viewer for Virtual Network Computing (VNC)

Email and news programs

  • faces, seemail, vwhois – mailbox interface
  • mail – mail and mailboxes
  • news – print news items
  • upas/filter, upas/list, upas/deliver, upas/token, upas/vf – filtering mail
  • upas/fs – mail file server
  • upas/marshal – formatting and sending mail
  • upas/ml, upas/mlmgr, upas/mlowner – unmoderated mailing lists
  • upas/nedmail – reading mail
  • upas/scanmail, upas/testscan – spam filters
  • upas/send – mail routing and delivery
  • upas/smtp, upas/smtpd – mail transport

Network system services

  • ip/dhcpd, ip/dhcpleases, ip/rarpd, ip/tftpd – Internet booting
  • aux/listen – listen for calls on a network device
  • ndb/query, ndb/mkhash, ndb/mkdb, ndb/cs, ndb/csquery, ndb/dns, ndb/dnsquery, ndb/ipquery, ndb/dnsdebug, ndb/mkhosts – network database
  • upas/pop3, ip/imap4d – mail servers
  • aux/timesync – NTP client

Network utilities

  • aan – always available network
  • ip/ipconfig, ip/rip – Internet configuration and routing
  • ip/telnetd, ip/rlogind, ip/rexexec, ip/ftpd – Internet remote access daemons
  • ip/ping, ip/gping, ip/traceroute, ip/hogports – probe the Internet
  • snoopy – spy on network packets
  • ip/udpecho – echo UDP packets

Security

  • auth/aescbc, ipso, auth/secstore – secstore commands
  • auth/changeuser, auth/wrkey, auth/convkeys, auth/convkeys2, auth/printnetkey, auth/status, auth/authsrv, auth/guard.srv, auth/login, auth/disable, auth/enable – maintain authentication databases
  • auth/factotum, auth/fgui – authentication agent
  • auth/secstored, auth/secuser – secstore commands
  • delkey – delete keys from factotum

Programming tools

Compilers and programming tools

  • 0a, 1a, 2a, 5a, 7a, 8a, ka, qa, va – assemblers
  • 0c, 1c, 2c, 5c, 7c, 8c, kc, qc, vc – C compilers
  • 0l, 1l, 2l, 5l, 7l, 8l, kl, ql, vl – loaders
  • acid, truss, trump – debugger
  • bc – arbitrary–precision arithmetic language
  • cb – C program beautifier
  • cpp – C language preprocessor
  • ktrace – interpret kernel stack dumps
  • leak, kmem – help find memory leaks
  • mk, membername – maintain (make) related files
  • patch – simple patch creation and tracking system
  • pcc – APE C compiler driver
  • strip – remove symbols from binary files
  • syscall – test a system call
  • yacc – yet another compiler-compiler

Application software

Web browsers

  • abaco[43] – a "lame" text-based and graphical web browser
  • i – rough web browser, based on charon
  • links – a text-based and graphical web browser
  • mothra – a very basic web browser

Desktop publishing

  • deroff, delatex – remove formatting requests
  • eqn – typeset mathematics
  • gs – Aladdin Ghostscript (PostScript and PDF language interpreter)
  • htmlroff – HTML formatting and typesetting
  • lp – printer output
  • ms2html, html2ms – convert between troff's ms macros and html
  • page – view FAX, image, graphic PostScript PDF, and typesetter output files
  • pic, tpic – troff and tex preprocessors for drawing pictures
  • pr – print file
  • ps2pdf, pdf2ps – convert between PostScript and PDF
  • tbl – format tables for nroff or troff
  • troff, nroff – text formatting and typesetting
  • troff2html – convert troff output into HTML

Graphics and multimedia

Various utilities and games

  • astro[46] – print astronomical information
  • cal[47] – print calendar
  • calendar[48] – print upcoming events
  • clock[49] – draws a simple analog clock
  • dict[50] – dictionary browser
  • fortune[51] – sample lines from a file
  • juke,[52] games/jukebox,[52] games/jukefs[52] – music jukebox
  • lens[53] – interactive screen magnifier
  • map,[54] mapdemo[54] – draw maps on various projections
  • games/playlistfs[55] – playlist file system
  • thesaurus[56] – search online thesaurus
  • scat[57] – sky catalogue

References

  1. dd(1) – Plan 9 Programmer's Manual, Volume 1
  2. date(1) – Plan 9 Programmer's Manual, Volume 1
  3. echo(1) – Plan 9 Programmer's Manual, Volume 1
  4. file(1) – Plan 9 Programmer's Manual, Volume 1
  5. ns(1) – Plan 9 Programmer's Manual, Volume 1
  6. plumb(1) – Plan 9 Programmer's Manual, Volume 1
  7. plumber(4) – Plan 9 Programmer's Manual, Volume 1
  8. rc(1) – Plan 9 Programmer's Manual, Volume 1
  9. rio(1) – Plan 9 Programmer's Manual, Volume 1
  10. uptime(1) – Plan 9 Programmer's Manual, Volume 1
  11. time(1) – Plan 9 Programmer's Manual, Volume 1
  12. 12.0 12.1 12.2 kill(1) – Plan 9 Programmer's Manual, Volume 1
  13. sleep(1) – Plan 9 Programmer's Manual, Volume 1
  14. 14.0 14.1 ps(1) – Plan 9 Programmer's Manual, Volume 1
  15. 15.0 15.1 passwd(1) – Plan 9 Programmer's Manual, Volume 1
  16. who(1) – Plan 9 Programmer's Manual, Volume 1
  17. 17.0 17.1 man(1) – Plan 9 Programmer's Manual, Volume 1
  18. boot(8) – Plan 9 Programmer's Manual, Volume 1
  19. history(1) – Plan 9 Programmer's Manual, Volume 1
  20. users(6) – Plan 9 Programmer's Manual, Volume 1
  21. vac(1) – Plan 9 Programmer's Manual, Volume 1
  22. 22.0 22.1 22.2 venti(1) – Plan 9 Programmer's Manual, Volume 1
  23. venti(8) – Plan 9 Programmer's Manual, Volume 1
  24. 24.0 24.1 yesterday(1) – Plan 9 Programmer's Manual, Volume 1
  25. chgrp(1) – Plan 9 Programmer's Manual, Volume 1
  26. chmod(1) – Plan 9 Programmer's Manual, Volume 1
  27. 27.0 27.1 27.2 cp(1) – Plan 9 Programmer's Manual, Volume 1
  28. du(1) – Plan 9 Programmer's Manual, Volume 1
  29. 29.0 29.1 ls(1) – Plan 9 Programmer's Manual, Volume 1
  30. mkdir(1) – Plan 9 Programmer's Manual, Volume 1
  31. 31.0 31.1 31.2 bind(1) – Plan 9 Programmer's Manual, Volume 1
  32. 32.0 32.1 pwd(1) – Plan 9 Programmer's Manual, Volume 1
  33. rm(1) – Plan 9 Programmer's Manual, Volume 1
  34. touch(1) – Plan 9 Programmer's Manual, Volume 1
  35. ar(1) – Plan 9 Programmer's Manual, Volume 1
  36. 36.0 36.1 36.2 36.3 36.4 36.5 36.6 36.7 gzip(1) – Plan 9 Programmer's Manual, Volume 1
  37. tar(1) – Plan 9 Programmer's Manual, Volume 1
  38. p(1) – Plan 9 Programmer's Manual, Volume 1
  39. pr(1) – Plan 9 Programmer's Manual, Volume 1
  40. acme(1) – Plan 9 Programmer's Manual, Volume 1
  41. ed(1) – Plan 9 Programmer's Manual, Volume 1
  42. sam(1) – Plan 9 Programmer's Manual, Volume 1
  43. abaco(1) – Plan 9 Programmer's Manual, Volume 1
  44. 44.0 44.1 colors(1) – Plan 9 Programmer's Manual, Volume 1
  45. 45.00 45.01 45.02 45.03 45.04 45.05 45.06 45.07 45.08 45.09 45.10 45.11 jpg(1) – Plan 9 Programmer's Manual, Volume 1
  46. astro(7) – Plan 9 Programmer's Manual, Volume 1
  47. cal(1) – Plan 9 Programmer's Manual, Volume 1
  48. calendar(1) – Plan 9 Programmer's Manual, Volume 1
  49. date(1) – Plan 9 Programmer's Manual, Volume 1
  50. dict(7) – Plan 9 Programmer's Manual, Volume 1
  51. fortune(1) – Plan 9 Programmer's Manual, Volume 1
  52. 52.0 52.1 52.2 juke(7) – Plan 9 Programmer's Manual, Volume 1
  53. lens(1) – Plan 9 Programmer's Manual, Volume 1
  54. 54.0 54.1 map(7) – Plan 9 Programmer's Manual, Volume 1
  55. date(1) – Plan 9 Programmer's Manual, Volume 1
  56. playlistfs(7) – Plan 9 Programmer's Manual, Volume 1
  57. scat(7) – Plan 9 Programmer's Manual, Volume 1