[Unix: from `runcom files' on
the CTSS system 1962-63, via the startup script
/etc/rc] Script file containing startup instructions for an
application program (or an entire operating system), usually a text
file containing commands of the sort that might have been invoked
manually once the system was running but are to be executed
automatically each time the system starts up. See also dot file, prof
profile n.
1. A control file for a program, esp. a text
file automatically read from each user's home directory and
intended to be easily modified by the user in order to customize
the program's behavior....
grep /grep/ vi.
[from the qed/ed editor idiom g/re/p
where re stands for a regular expression, to Globally search
for the Regular Expression and Print the lines containing matches
to it, via Unix grep(1)] To rapidly scan a file or set
of files looking for a particular string or pattern (when browsing
through a large set of files, one may speak of `grepping
around')....