fraeon
Films
BrowseTop 250
Series
TV ShowsAnimeTop 250 TVTop 100 Anime
Games
BrowseTop 100
Books
BooksMangaComics & GNTop 125 BooksTop 100 Manga
For youCommunityHot takesAwardsTier ListsThe ArchiveLeaderboardFind peopleCompare libraries
Trending
Log inSign up free
fraeon

Everything you watch, play and read — tracked, rated and remembered in one library.

Explore

  • Films
  • TV
  • Anime
  • Games
  • Books
  • Manga

Discover

  • Trending
  • Leaderboard
  • Find people
  • Lists
  • Tier lists

Company

  • Tour
  • About
  • Community guidelines
  • Privacy
  • Terms
  • Contact

© 2026 fraeon. All rights reserved. ·

Metadata from TMDB, RAWG, Jikan & Open Library. This product uses the TMDB API but is not endorsed or certified by TMDB.

Questions or ideas? mehmet@avortas.com

HomeFeedProfile
sed & awk

sed & awk

by Dale Dougherty, Arnold Robbins

1990AwkSed (Computer file)UNIX (Computer file)Utilities (Computer programs)UNIX (Computer operating system)
4.0
Open Library
Open Library

About this book

<i>sed & awk</i> describes two text processing programs that are mainstays of the UNIX programmer's toolbox.<i>sed</i> is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with <i>sed</i> is substitution, replacing one block of text with another.<i>awk</i> is a complete programming language. Unlike many conventional languages, <i>awk</i> is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. <i>awk</i> does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While <i>awk</i> provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. <i>sed & awk</i> describes both programs in detail and includes a chapter of example <i>sed</i> and <i>awk</i> scripts.This edition covers features of <i>sed</i> and <i>awk</i> that are mandated by the POSIX standard. This most notably affects <i>awk</i>, where POSIX standardized a new variable, CONVFMT, and new functions, <i>toupper</i>() and <i>tolower</i>(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (<i>awk</i> used to use OFMT for this purpose). The <i>toupper</i>() and <i>tolower</i>() functions each take a (presumably m…

Themes & subjects

AwkSed (Computer file)UNIX (Computer file)Utilities (Computer programs)UNIX (Computer operating system)UNIX (système d'exploitation des ordinateurs)
First published 1990

About the author

Arnold Robbins

**Arnold Robbins** is a professional programmer and technical author who has worked with Unix systems since 1980 and has been using Awk since 1987. As a member of the POSIX 1003.2 balloting group, he helped shape the POSIX standard for Awk. Arnold is the maintainer of GNU Awk (gawk) and its documentation. He is the author of the fourth edition of [*Effective awk Programming*](https://openlibrary.org/works/OL546344W) and the coauthor of [*Classic Shell Scripting*](https://openlibrary.org/works/OL546333W) (both published by O’Reilly).

Authors

Dale Dougherty, Arnold Robbins

First published

1990

Pages

407

Read time

≈ 10h

Editions

8

Language

English

Publisher

O’Reilly Media

ISBN

9781449396602

Where to buy

TR
Amazon Bookshop

Around the web

Book on O'Reilly

Reviews

No reviews yet — be the first to write one from the Log screen.

Quotes

No quotes yet.

Discussions

Similar books

sed & awk

Utilities (Computer programs) · UNIX (Computer file)

sed & awk

Arnold Robbins

2000

Unix text processing

Desktop publishing · UNIX (Computer file)

Unix text processing

Dale Dougherty

1987

Unix awk and sed programmer's interactive workbook

Awk · Sed (Computer file)

Unix awk and sed programmer's interactive workbook

Peter Patsis

1999

UNIX-Werkzeuge zur Textmusterverarbeitung

Lex · YACC

UNIX-Werkzeuge zur Textmusterverarbeitung

Gottfried Staubach

1989