<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Sed &amp; awk</title>
  </titleInfo>
  <titleInfo type="alternative">
    <title>Sed and awk</title>
  </titleInfo>
  <name type="personal">
    <namePart>Dougherty, Dale.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Robbins, Arnold.</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">cau</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Beijing</placeTerm>
    </place>
    <publisher>O'Reilly</publisher>
    <dateIssued>1997</dateIssued>
    <edition>2nd ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxii, 407 p. ; 24 cm.</extent>
  </physicalDescription>
  <abstract>The book begins with an overview and a tutorial that demonstrate a progression in functionality from grep to sed to awk. sed and awk share a similar command-line syntax, accepting user instructions in the form of a script. Because all three programs use UNIX regular expressions, an entire chapter is devoted to understanding UNIX regular expression syntax.</abstract>
  <abstract>Next, the book describes how to write sed scripts. After getting started by writing a few simple scripts, you'll learn other basic commands that parallel manual editing actions, as well as advanced commands that introduce simple programming constructs. Among the advanced commands are those that manipulate the hold space, a set-aside temporary buffer.</abstract>
  <abstract>The second part of the book has been extensively revised to include POSIX awk as well as coverage of three freely available and three commercial versions of awk. The book introduces the primary features of the awk language and how to write simple scripts.</abstract>
  <abstract>You'll also learn: common programming constructs; how to use awk's built-in functions; how to write user-defined functions; debugging techniques for awk programs; how to develop an application that processes an index, demonstrating much of the power of awk; and FTP and contact information for obtaining various versions of awk. Also included is a miscellany of user-contributed scripts that demonstrate a wide range of sed and awk scripting styles and techniques.</abstract>
  <note type="statement of responsibility">Dale Dougherty and Arnold Robbins.</note>
  <note>Includes index</note>
  <subject authority="lcsh">
    <titleInfo>
      <title>UNIX (Computer file)</title>
    </titleInfo>
  </subject>
  <subject authority="lcsh">
    <titleInfo>
      <title>Sed (Computer file)</title>
    </titleInfo>
  </subject>
  <subject authority="lcsh">
    <titleInfo>
      <title>Awk</title>
    </titleInfo>
  </subject>
  <subject authority="lcsh">
    <topic>Utilities (Computer programs)</topic>
  </subject>
  <classification authority="lcc">QA76.76.U84 D69 1997</classification>
  <classification authority="ddc">005.432 DOS</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>Nutshell handbook</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">1565922255</identifier>
  <identifier type="isbn">8173660786</identifier>
  <identifier type="isbn">9788173660788</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">NNC</recordContentSource>
    <recordCreationDate encoding="marc">140805</recordCreationDate>
    <recordChangeDate encoding="iso8601">20140806131418.0</recordChangeDate>
    <recordIdentifier source="BD-DhUL">1903219</recordIdentifier>
  </recordInfo>
</mods>
