index.md (1013B)
1 9base 2 ===== 3 9base is a port of various original Plan 9 tools for Unix, based on 4 [plan9port](http://swtch.com/plan9port/). 5 6 It currently contains the following original (no source changes) shell commands 7 from Plan 9 for Unix: 8 9 * ascii 10 * awk 11 * basename 12 * bc 13 * cal 14 * cat 15 * cleanname 16 * cmp 17 * date 18 * dc 19 * du 20 * dd 21 * diff 22 * echo 23 * ed 24 * factor 25 * fortune 26 * fmt 27 * freq 28 * getflags 29 * grep 30 * hoc 31 * join 32 * look 33 * ls 34 * mk 35 * mkdir 36 * mtime 37 * pbd 38 * primes 39 * rc 40 * read 41 * sam 42 * sha1sum 43 * sed 44 * seq 45 * sleep 46 * sort 47 * split 48 * strings 49 * tail 50 * tee 51 * test 52 * touch 53 * tr 54 * troff 55 * unicode 56 * uniq 57 * unutf 58 59 It also contains the Plan 9 libc, libbio, libregexp, libfmt and libutf. The 60 overall SLOC is about 66kSLOC, so this userland + all libs is much smaller 61 than, e.g. bash (duh!). 62 63 Download 64 -------- 65 * [9base-6](//dl.suckless.org/tools/9base-6.tar.gz) (20100604) 66 * git clone https://git.suckless.org/9base 67 68 Usage 69 ----- 70 9base can be used to run [werc](http://werc.cat-v.org) instead of the full 71 blown [plan9port](http://swtch.com/plan9port).