📄 index
字号:
.nr n 0 +1.TLUNIX Programmer's Manual.br.sp .5Volume 2 \(em Supplementary Documents.AU.ft B.ps 11Seventh Edition.AIJanuary 10, 1979.PPThis volume contains documents which supplementthe information contained in Volume 1 of .ulThe.ul.UX.ulProgrammer's Manual.The documents here are grouped roughly intothe areas ofbasics,editing,language tools,document preparation,andsystem maintenance.Further general information may be found inthe Bell System Technical Journalspecial issue on.UX ,July-August, 1978..PPMany of the documents cited within this volume asBell Laboratories internal memorandaor Computing Science Technical Reports(CSTR) are also contained here..PPThese documents contain occasional localisms,typically references to other operating systemslikeGCOSandIBM.In all cases, such references may be safely ignoredbyUNIXusers..SHGeneral Works.IP \n+n.7th Edition UNIX \(em Summary..RSA concise summary of the facilities available on.UX ..RE.IP \n+n.The UNIX Time-Sharing System.D. M. Ritchie and K. Thompson..RSThe original.UXpaper, reprinted from CACM..RE.SHGetting Started.IP \n+n.UNIX for Beginners \(em Second Edition.B. W. Kernighan..RSAn introduction to the most basic use of the system..RE.IP \n+n.A Tutorial Introduction to the UNIX Text Editor.B. W. Kernighan..RSAn easy way to get started with the editor..RE.IP \n+n.Advanced Editing on UNIX.B. W. Kernighan..RSThe next step..RE.IP \n+n.An Introduction to the UNIX Shell.S. R. Bourne..RSAn introduction to the capabilities of the command interpreter,the shell..RE.IP \n+n.Learn \(em Computer Aided Instruction on UNIX.M. E. Lesk and B. W. Kernighan..RSDescribes a computer-aided instruction program that walks new usersthrough the basics offiles, the editor,anddocument preparation software..RE.SHDocument Preparation.IP \n+n.Typing Documents on the UNIX System.M. E. Lesk..RSDescribes the basic use of the formatting tools.Also describes ``\-ms'', a standardized package of formatting requeststhat can be used to lay out most documents(including those in this volume)..RE.IP \n+n.A System for Typesetting Mathematics.B. W. Kernighan and L. L. Cherry..RSDescribes EQN. an easy-to-learn language for doing high-quality mathematical typesetting,.RE.IP \n+n.TBL \(em A Program to Format Tables.M. E. Lesk..RSA program to permit easy specification of tabular materialfor typesetting.Again, easy to learn and use..RE.IP \n+n.Some Applications of Inverted Indexes on the UNIX System.M. E. Lesk..RSDescribes, among other things, the program REFERwhich fills in bibliographic citations from a data baseautomatically..RE.RE.IP \n+n.NROFF/TROFF User's Manual.J. F. Ossanna..RSThe basic formatting program..RE.IP \n+n.A TROFF Tutorial.B. W. Kernighan..RSAn introduction to TROFF for those whoreally want to know such things..RE.SHProgramming.IP \n+n.The C Programming Language \(em Reference Manual.D. M. Ritchie..RSOfficial statement of the syntax and semantics of C.Should be supplemented by.ulThe C Programming Language,B. W. Kernighan and D. M. Ritchie,Prentice-Hall, 1978,which contains a tutorial introduction and many examples..RE.IP \n+n.Lint, A C Program Checker.S. C. Johnson..RSChecks C programsfor syntax errors, type violations,portability problems,and a variety of probable errors..RE.IP \n+n.Make \(em A Program for Maintaining Computer Programs.S. I. Feldman..RSIndispensable tool for making sure that large programsare properly compiled with minimal effort..RE.IP \n+n.UNIX Programming.B. W. Kernighan and D. M. Ritchie..RSDescribes the programming interface to the operating systemand the standard I/O library..RE.IP \n+n.A Tutorial Introduction to ADB.J. F. Maranzano and S. R. Bourne..RSHow to use the ADB debugger..RE.SHSupporting Tools and Languages.IP \n+n.YACC: Yet Another Compiler-Compiler.S. C. Johnson..RSConverts a BNF specification of a languageand semantic actions written in C into a compiler for the language..RE.IP \n+n.LEX \(em A Lexical Analyzer Generator.M. E. Lesk and E. Schmidt..RSCreates a recognizer for a set of regular expressions;each regular expression can be followed by arbitrary C codewhich will be executed when the regular expression is found..RE.IP \n+n.A Portable Fortran 77 Compiler.S. I. Feldman and P. J. Weinberger..RSThe first Fortran 77 compiler, and still one of the best..RE.IP \n+n.Ratfor \(em A Preprocessor for a Rational Fortran.B. W. Kernighan..RSConverts a Fortran with C-like control structures and cosmeticsinto real, ugly Fortran..RE.IP \n+n.The M4 Macro Processor.B. W. Kernighan and D. M. Ritchie..RSM4 is a macro processor useful as a front end for C, Ratfor,Cobol, and in its own right..RE.IP \n+n.SED \(em A Non-interactive Text Editor.L. E. McMahon..RSA variant of the editor for processing largeinputs..RE.IP \n+n.AWK \(em A Pattern Scanning and Processing Language.A. V. Aho, B. W. Kernighan and .RSP. J. Weinberger..brMakes it easy to specify many data transformation and selection operations..RE.IP \n+n.DC \(em An Interactive Desk Calculator.R. H. Morris and L. L. Cherry..RSA super HP calculator, if you don't need floating point..RE.IP \n+n.BC \(em An Arbitrary Precision Desk-Calculator Language.L. L. Cherry and R. H. Morris..RSA front end for DCthat provides infix notation, control flow, and built-in functions..RE.IP \n+n.UNIX Assembler Reference Manual.D. M. Ritchie..RSThe ultimate dead language..RE.SHImplementation, Maintenance, and Miscellaneous.IP \n+n.Setting Up UNIX \(em Seventh Edition.C. B. Haley and D. M. Ritchie..RSHow to configure and get your system running..RE.IP \n+n.Regenerating System Software.C. B. Haley and D. M. Ritchie..RSWhat do do when you have to change things..RE.IP \n+n.UNIX Implementation.K. Thompson..RSHow the system actually works inside..RE.IP \n+n.The UNIX I/O System.D. M. Ritchie..RSHow the I/O system really works..RE.IP \n+n.A Tour Through the UNIX C Compiler.D. M. Ritchie..RSHow the PDP-11 compiler works inside..RE.IP \n+n.A Tour Through the Portable C Compiler.S. C. Johnson..RSHow the portable C compiler works inside..RE.IP \n+n.A Dial-Up Network of UNIX Systems.D. A. Nowitz and M. E. Lesk..RSDescribes UUCP, a program for communicating filesbetween UNIX systems..RE.IP \n+n.UUCP Implementation Description.D. A. Nowitz..RSHow UUCP works, and how to administer it..RE.IP \n+n.On the Security of UNIX.D. M. Ritchie..RSHints on how to break UNIX, and how to avoid doing so..RE.IP \n+n.Password Security: A Case History.R. H. Morris and K. Thompson..RSHow the bad guys used to be able tobreak the password algorithm,and why they can't now,at least not so easily..RE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -