the meaning of awk grep rc and perl

 

awk "Aho Weinberger and Kernighan" 

 

This language was named by its authors, Al Aho, Peter Weinberger and Brian Kernighan. 

 

 

 

grep "Global Regular Expression Print" 

 

grep comes from the ed command to print all lines matching certain pattern g/re/p where "re" is "regular expression".

 

 

 

 rc (as in ".cshrc" or "/etc/rc") "RunCom" 

 

"rc" derives from "runcom", from the MIT CTSS system, ca. 1965. 'There was facility that would execute bunch of commands stored in file; it was called "runcom" for "run commands", and the file began to be called "a runcom." "rc" in Unix is fossil from that usage.' 

 

 

 

Perl "Practical Extraction and Report Language" 

 

Perl "Pathologically Eclectic Rubbish Lister" 

 

The Perl language is Larry Wall's highly popular freely-available completely portable text, process, and file manipulation tool that bridges the gap between shell and programming (or between doing it on the command line and pulling your hair out). For further information, see the Usenet newsgroup comp.lang.perl.misc.

 

 


 

posted @ 2011-11-15 16:17  郭—大—侠  阅读(184)  评论(0编辑  收藏  举报