openbsd-ports/plan9/rc/pkg/DESCR
brad 2943ea67f0 add rc port; Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
-
rc is a command interpreter and programming language similar to
sh(1). It is based on the AT&T Plan 9 shell of the same name.
1999-06-11 14:44:22 +00:00

9 lines
426 B
Plaintext

rc is a command interpreter and programming language similar to
sh(1). It is based on the AT&T Plan 9 shell of the same name.
The shell offers a C-like syntax (much more so than the C shell),
and a powerful mechanism for manipulating variables. It is reasonably
small and reasonably fast, especially when compared to contemporary
shells. Its use is intended to be interactive, but the language
lends itself well to scripts.