• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ascii/H04-Jun-2010-354336

awk/H04-Jun-2010-6,2055,383

basename/H04-Jun-2010-8978

bc/H04-Jun-2010-1,2951,220

cal/H04-Jun-2010-372279

cat/H04-Jun-2010-157143

cleanname/H04-Jun-2010-8976

cmp/H04-Jun-2010-182167

date/H04-Jun-2010-10164

dc/H04-Jun-2010-2,5572,431

dd/H07-May-2022-672614

diff/H04-Jun-2010-1,4221,219

du/H04-Jun-2010-216193

echo/H04-Jun-2010-7760

ed/H04-Jun-2010-2,3132,164

factor/H04-Jun-2010-176157

fmt/H04-Jun-2010-344299

fortune/H04-Jun-2010-129115

freq/H04-Jun-2010-165148

getflags/H04-Jun-2010-173153

grep/H04-Jun-2010-1,3521,180

hoc/H04-Jun-2010-1,5071,355

join/H04-Jun-2010-529504

lib9/H07-May-2022-19,07315,227

look/H04-Jun-2010-447393

ls/H04-Jun-2010-494459

mk/H04-Jun-2010-5,1204,524

mkdir/H04-Jun-2010-137117

mtime/H04-Jun-2010-6955

pbd/H07-May-2022-3121

primes/H07-May-2022-144114

rc/H04-Jun-2010-6,9326,231

read/H04-Jun-2010-212194

sam/H04-Jun-2010-8,5877,569

sed/H04-Jun-2010-1,8531,689

seq/H04-Jun-2010-180165

sha1sum/H07-May-2022-7357

sleep/H04-Jun-2010-6046

sort/H04-Jun-2010-2,0411,805

split/H04-Jun-2010-284251

strings/H04-Jun-2010-131107

tail/H04-Jun-2010-464412

tee/H04-Jun-2010-11691

test/H04-Jun-2010-638537

touch/H04-Jun-2010-116100

tr/H04-Jun-2010-466429

troff/H04-Jun-2010-105,538103,090

unicode/H07-May-2022-134117

uniq/H04-Jun-2010-241212

unutf/H07-May-2022-3217

yacc/H04-Jun-2010-3,7253,022

LICENSEH A D04-Jun-201013.9 KiB288232

MakefileH A D04-Jun-20101.3 KiB8576

READMEH A D04-Jun-2010605 2518

config.mkH A D04-Jun-2010552 259

std.mkH A D04-Jun-2010807 3625

yacc.mkH A D04-Jun-2010847 3928

README

1Abstract
2--------
3This is a port of various original Plan 9 tools for Unix, based on
4plan9port[1]. See the LICENSE file for license details.
5
6
7Installation
8------------
9Edit config.mk to match your local setup and  execute 'make install'
10(if necessary as root). By default, 9base is installed into its own
11hierarchy, /usr/local/plan9. This is done to avoid conflicts with the
12standard tools of your system.
13
14
15Credits
16-------
17Many thanks go to Lucent, the Bell Labs which developed this fine
18stuff and to Russ Cox for his plan9port.
19
20References
21----------
22[1] http://swtch.com/plan9port/
23
24--Anselm R Garbe
25