Werkzeuge ========== -1. Vorbemerkungen ================== Literaturübersicht Ich kenne jemand, der weiß; wo's steht. |
next | back | 2017 - 1 | Fri Apr 7 14:41:57 CEST 2017 |
UNIX und seine Werkzeuge Grundlagen Helmut Herold Addison-Wesley Publishing Company 1994 ISBN: 3893197346 Der UNIX-Werkzeugkasten Programmieren mit UNIX Kernighan/Pike Carl Hanser Verlag 2002 ISBN: 3446142732 UNIX System V.4 Begriffe, Konzepte, Kommandos, Schnittstellen J.Gulbins, K.Obermayr Springer Verlag 1995 ISBN: 3540588647 UNIX in a Nutshell, System V.4 bis Release 4 und Solaris 2.7 A.Robbins O'Reilly & Acssociates, Inc. 2000 ISBN: 3897211939 LINUX in a Nutshell E.Siever u.a. O'Reilly & Associates, Inc. 2005 ISBN: 3897214261 |
next | back | 2017 - 2 | Fri Apr 7 14:41:57 CEST 2017 |
Reguläre Ausdrücke Jeffrey E.F. Friedl O'Reilly & Associates, Inc. 2003 ISBN: 3897213494 Reguläre Ausdrücke kurz und gut Tony Stubblebine O'Reilly & Associates, Inc. 2004 ISBN: 3897212641 Linux-UNIX-Shells, Bourne-Shell, Korn-Shell, C-Shell Helmut Herold Addison-Wesley Publishing Company 1999 ISBN: 3827315115 Learning the Korn Shell Bill Rosenblatt O'Reilly & Asscoiates, Inc. 1993 Einführung in die Bash Shell C. Newham and B. Rosenblatt O'Reilly & Asscoiates, Inc. 2005 ISBN: 3897214245 UNIX und seine Werkzeuge awk und sed Helmut Herold Addison-Wesley Publishing Company 1994 ISBN: 3893196854 |
next | back | 2017 - 3 | Fri Apr 7 14:41:57 CEST 2017 |
SED und AWK Arnold Robbins O'Reilly & Asscoiates, Inc. 2002 ISBN: 3897212463 UNIX und seine Werkzeuge make und nmake Helmut Herold Addison-Wesley Publishing Company 1994 ISBN: 3893196625 Managing Projects with make S.Talbott and A.Oram O'Reilly & Asscoiates, Inc. 1993 ISBN: 0937175900 Software Portability with imake P.DuBois O'Reilly & Asscoiates, Inc. 1996 ISBN: 1565922263 UNIX und seine Werkzeuge sccs und rcs Helmut Herold Addison-Wesley Publishing Company 1994 |
next | back | 2017 - 4 | Fri Apr 7 14:41:57 CEST 2017 |
Applying rcs and sccs D.Bolinger & T.Bronson O'Reilly & Accociates, Inc. 1995 ISBN: 1565921178 Open Source Development with CVS K. Fogel, M. Bar Paraglyph Press 2003 ISBN: 1932111816 Version Control with Subversion M.Pilato, B. Collins-Sussman, B.W. Fitzpatrick O'Reilly & Asscoiates, Inc. 2004 ISBN: 0596004486 Pragmatic Version Control Using Subversion Mike Mason O'Reilly & Asscoiates, Inc. 2005 ISBN: 0-975140-6-3 Maximum RPM Edward C.Bailey http://www.redhat.com/docs/books/max-rpm RPM Guide Eric Foster-JoHnson http://docs.fedoraproject.org/drafts/rpm-guide-en/ |
next | back | 2017 - 5 | Fri Apr 7 14:41:57 CEST 2017 |
Online Manuals unter Linux und Solaris für die Programme. z.B. man truss man strace Man beachte bitte die Verschiedenen Sektionen!!! man -s 1p read man -s 2 read man read |
back | 2017 - 6 | Fri Apr 7 14:41:57 CEST 2017 |