Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596529833 , 059652983X
    Language: English
    Pages: [475] p , ill.
    Edition: 7th ed. /
    Keywords: UNIX (Computer file) ; Text editors (Computer programs) ; Electronic books ; local
    Abstract: There's nothing that hard-core Unix and Linux users are more fanatical about than their text editor. Editors are the subject of adoration and worship, or of scorn and ridicule, depending upon whether the topic of discussion is your editor or someone else's. vi has been the standard editor for close to 30 years. Popular on Unix and Linux, it has a growing following on Windows systems, too. Most experienced system administrators cite vi as their tool of choice. And since 1986, this book has been the guide for vi . However, Unix systems are not what they were 30 years ago, and neither is this book. While retaining all the valuable features of previous editions, the 7th edition of Learning the vi and vim Editors has been expanded to include detailed information on vim , the leading vi clone. vim is the default version of vi on most Linux systems and on Mac OS X, and is available for many other operating systems too. With this guide, you learn text editing basics and advanced tools for both editors, such as multi-window editing, how to write both interactive macros and scripts to extend the editor, and power tools for programmers -- all in the easy-to-follow style that has made this book a classic. Learning the vi and vim Editors includes: A complete introduction to text editing with vi: How to move around vi in a hurry Beyond the basics, such as using buffers vi's global search and replacement Advanced editing, including customizing vi and executing Unix commands How to make full use of vim: Extended text objects and more powerful regular expressions Multi-window editing and powerful vim scripts How to make full use of the GUI version of vim , called gvim vim's enhancements for programmers, such as syntax highlighting, folding and extended tags Coverage of three other popular vi clones -- nvi , elvis , and vile -- is also included. You'll find several valuable appendixes, including an alphabetical quick reference to both vi and ex mode commands for regular vi and for vim , plus an updated appendix on vi and the Internet. Learning either vi or vim is required knowledge if you use Linux or Unix, and in either case, reading this book is essential. After reading this book, the choice of editor will be obvious for you too.
    Note: Previous ed.: published as Learning the vi editor. Sebastopol, Calif.: O'Reilly & Associates, 1998. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly. | Boston, MA :Safari,
    Language: English
    Pages: xxii, 534 p. , ill. ; , 24 cm
    DDC: 005.43
    Keywords: Operating systems (Computers) ; Electronic books ; local
    Abstract: Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. Classic Shell Scripting is written to help you reliably navigate these tricky waters.Writing shell scripts requires more than just a knowledge of the shell language, it also requires familiarity with the individual Unix programs: why each one is there, how to use them by themselves, and in combination with the other programs. The authors are intimately familiar with the tips and tricks that can be used to create excellent scripts, as well as the traps that can make your best effort a bad shell script. With Classic Shell Scripting you'll avoid hours of wasted effort. You'll learn not only write useful shell scripts, but how to do it properly and portably.The ability to program and customize the shell quickly, reliably, and portably to get the best out of any individual system is an important skill for anyone operating and maintaining Unix or Linux systems. Classic Shell Scripting gives you everything you need to master these essential skills.
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Köln : O'Reilly Verlag | Boston, Mass. :Safari Books Online,
    ISBN: 9783897214415 , 3897214415
    Language: German
    Pages: xxiii, 572 p , ill. , 23 cm
    Edition: 1. Aufl.
    Keywords: UNIX (Computer file) ; Operating systems (Computers) ; Programming languages (Electronic computers) ; Electronic books ; local
    Abstract: Shell-Skript-Programmierung ist das mächtige Werkzeug zur vollen Entfaltung der Power von Unix. Shell-Skripten sind unerlässlich für Unix-User und Systemadministratoren. Mit ihnen werden Automatisierungsprozesse in Unix elegant und zeitsparend erstellt. Um Shell-Skripten gut schreiben zu können, braucht man mehr als lediglich das Wissen um die Shell-Sprache. Man muss ebenfalls vertraut sein mit den zahlreichen Unix-Programmen. Das vorliegende Buch lehrt beides: die Shell-Sprache wie auch den geschickten Einsatz und das Zusammenspiel vieler Unix-Werkzeuge. Darüber hinaus wird dem Leser mit Klassischer Shell-Programmierung ein tiefer Einblick in Unix gewährt. Mit diesem Buch lernt der Leser, wie exzellente Skripten erstellt werden und wie Fallen umgangen werden, die Skripten zu schlechten Skripten werden lassen. Damit spart der Leser viele Stunden überflüssiger Arbeit. Sie lernen nicht nur, wie Sie nützliche Shell-Skripten schreiben, sondern auch, wie Sie die Shell schnell, zuverlässig und portabel anpassen, um das Beste aus jedem System herauszuholen. Diese Fertigkeit ist wichtig für jeden, der Unix- oder Linux-Systeme betreibt und wartet. Die wichtigsten Themenbereiche, die in diesem Buch behandelt werden: Einstieg in die Skript-Sprache Arbeit mit Textdaten: Suchen und Ersetzen, Sortieren, Drucken, Werkzeuge Arbeit mit Shell-Variablen Ein- und Ausgabe, Dateien und Befehlsauswertung Erstellung von Produktionsskripten Die Programmiersprache awk Arbeiten mit Dateien: Auflisten, lange Dateilisten, Dateimetadaten, Dateien suchen, Dateien vergleichen Rechtschreibkontrollprogramm aus vorhandenen Unix-Werkzeugen aufbauen Prozesse: erzeugen, auflisten, steuern, löschen, Prozess-Accounting, verzögerte Terminierung Shell-Portabilität und Erweiterung Sichere Shell-Skripten
    Note: Title from resource description page (viewed April 22, 2009). - "Übersetzung und deutsche Bearbeitung: Kathrin Lichtenberg" --P. iv. - Includes bibliographical references (p. 511 - 516) and index. - Text in German translated from English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Köln : O'Reilly Verlag | Boston, Mass. :Safari Books Online,
    ISBN: 3897212463 , 9783897212466
    Language: German
    Pages: 62 p
    Edition: 2. Aufl.
    Keywords: Awk ; Sed (Computer file) ; Electronic data processing ; Electronic books ; local
    Abstract: Der Zeichenstrom-Editor sed und die Programmiersprache awk sind zwei klassische Unix-Tools zur Bearbeitung von Textdateien. Ihre Fähigkeiten zur Mustererkennung mit regulären Ausdrücken ermöglichen es Programmierern und Systemadministratoren, Editieraufgaben für eine oder mehrere Dateien zu automatisieren. Wiederkehrende Abläufe und Konvertierungen können mit sed und awk so einfacher und schneller erledigt werden. sed & awk - kurz & gut ist eine kompakte Referenz zu sed , awk und zur Mustererkennung mit regulären Ausdrücken. Die zweite Auflage geht darüber hinaus auf die Neuerungen in gawk , der GNU-Version von awk ein. Dieser Band der O'Reilly Taschenbibliothek enthält unter anderem: einen Überblick über die Kommandozeilen-Syntax von sed und awk eine Alphabetische Zusammenfassung der awk-Befehle, einschließlich nawk und gawk Version 3.1 Ausführungsprofile mit gawk Koprozesse und Sockets mit gawk Internationalisierung mit gawk eine Aufzählung weiterer Informationsquellen zu sed und awk
    Note: Title from resource description page. - "Übersetzung: Dimitrij Surmeli"--Copyright page. - Includes index. - Text in German, translated from English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Köln : O'Reilly Verlag | Boston, Mass. :Safari Books Online,
    ISBN: 9783897212138 , 3897212137
    Language: German
    Pages: 62 p , 18 cm
    Edition: 1. Aufl.
    Series Statement: O'Reillys Taschenbibliothek
    Keywords: Vi ; UNIX (Computer file) ; Text editors (Computer programs) ; Electronic books ; local
    Abstract: Die vorliegende Referenz bietet einen schnell zugänglichen Überblick über Optionen und Befehle von vi und ex, Befehlszeilen-Optionen, Shortcuts im Eingabemodus, reguläre Ausdrücke sowie Optionen der vi-Klone nvi, elvis, vim und vile und deren Erweiterungen. Damit wird sowohl der Einstieg in die Textbearbeitung mit vi erleichtert, als auch dem erfahrenen Anwender die Möglichkeit geboten, vi im Arbeitsalltag effizienter zu nutzen. vi-Editor - kurz & gut ist die ideale Ergänzung zu dem Titel Textbearbeitung mit dem vi-Editor , in dem Linda Lamb und Arnold Robbins detailliert in den Umgang mit vi und seinen Klonen einführen.
    Note: Text in German translated from English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...