C
Groff
Yacc
Shell
Other
Latest commit
c95bdf7
Oct 23, 2015
Permalink
| Failed to load latest commit information. | |||
|
|
.gitignore |
|
|
|
|
AUTHORS |
|
|
|
|
COPYING |
|
|
|
|
ChangeLog |
|
|
|
|
EXAMPLES |
|
|
|
|
Futures |
|
|
|
|
INSTALL |
|
|
|
|
Makefile.am |
|
|
|
|
NEWS |
|
|
|
|
README |
|
|
|
|
RELDATE |
|
|
|
|
ReleaseTime |
|
|
|
|
acconfig.h |
|
|
|
|
acinclude.m4 |
|
|
|
|
aclocal.m4 |
|
|
|
|
addon.c |
|
|
|
|
addon.h |
|
|
|
|
bootstrap |
|
|
|
|
builtins.c |
|
|
|
|
config.h-dist |
|
|
|
|
configure.ac |
|
|
|
|
configure.scan |
|
|
|
|
edit-bsd.c |
|
|
|
|
edit-edit.c |
|
|
|
|
edit-editline.c |
|
|
|
|
edit-gnu.c |
|
|
|
|
edit-null.c |
|
|
|
|
edit-readline.c |
|
|
|
|
edit-vrl.c |
|
|
|
|
edit.h |
|
|
|
|
except.c |
|
|
|
|
exec.c |
|
|
|
|
execve.c |
|
|
|
|
fn.c |
|
|
|
|
footobar.c |
|
|
|
|
getgroups.h |
|
|
|
|
getopt.c |
|
|
|
|
glob.c |
|
|
|
|
glom.c |
|
|
|
|
hash.c |
|
|
|
|
heredoc.c |
|
|
|
|
history.1 |
|
|
|
|
history.c |
|
|
|
|
input.c |
|
|
|
|
input.h |
|
|
|
|
jbwrap.h |
|
|
|
|
lex.c |
|
|
|
|
list.c |
|
|
|
|
main.c |
|
|
|
|
match.c |
|
|
|
|
mkinstalldirs |
|
|
|
|
mksignal.c |
|
|
|
|
mkstatval.c |
|
|
|
|
nalloc.c |
|
|
|
|
nonblock.c |
|
|
|
|
open.c |
|
|
|
|
parse.c |
|
|
|
|
parse.h |
|
|
|
|
parse.y |
|
|
|
|
print.c |
|
|
|
|
proto.h |
|
|
|
|
random.pl |
|
|
|
|
rc.1 |
|
|
|
|
rc.h |
|
|
|
|
rc.spec |
|
|
|
|
redir.c |
|
|
|
|
rlimit.h |
|
|
|
|
signal.c |
|
|
|
|
slow |
|
|
|
|
stamp-h |
|
|
|
|
stamp-h.in |
|
|
|
|
stat.h |
|
|
|
|
status.c |
|
|
|
|
system-bsd.c |
|
|
|
|
system.c |
|
|
|
|
testcld.c |
|
|
|
|
tmp |
|
|
|
|
tree.c |
|
|
|
|
trip.rc |
|
|
|
|
tripping.c |
|
|
|
|
utils.c |
|
|
|
|
var.c |
|
|
|
|
version.c.in |
|
|
|
|
wait.c |
|
|
|
|
wait.h |
|
|
|
|
walk.c |
|
|
|
|
which.c |
|
|
README
rc - a shell ============ This is rc, the Plan 9 shell, reimplemented for Unix by Byron Rakitzis. The original rc was designed and implemented by Tom Duff at Bell Labs. It has a small feature set similar to a traditional Bourne shell, but with a much cleaner and simpler syntax. Among other things, this makes rc much better than Bourne-compatible shells at handling filenames which contain spaces. Thus, writing rc scripts is less error-prone than writing sh scripts. This reimplementation of rc can be linked with GNU readline, BSD libedit, or similar line editing libraries, to make a pleasant interactive shell. See COPYING for copying information. All files are Copyright 1991, 1999, 2001-2003, 2014, 2015 Byron Rakitzis. See INSTALL for build and installation information. The current maintainer is Toby Goodwin[1]. Please contact him with any problems, questions, bug reports, or suggestions. [1] mailto:toby@paccrat.org