| 000 | 00869namuu2200301 a 4500 | |
| 001 | 000045209206 | |
| 005 | 20051129110704 | |
| 008 | 051129s1997 caua 001 0 eng | |
| 020 | ▼a 1565922255 : ▼c US$34.95 | |
| 040 | ▼d 211009 | |
| 082 | 0 4 | ▼a 005.43 ▼2 22 |
| 090 | ▼a 005.43 ▼b D732s2 | |
| 100 | 1 | ▼a Dougherty, Dale. |
| 245 | 1 0 | ▼a Sed & awk / ▼c Dale Dougherty and Arnold Robbins. |
| 246 | 3 | ▼a Sed and awk |
| 250 | ▼a 2nd ed. | |
| 260 | ▼a Sebastopol, CA : ▼b O'Reilly , ▼c 1997. | |
| 300 | ▼a xxii, 407 p. : ▼b ill. ; ▼c 23 cm. | |
| 440 | 2 | ▼a A Nutshell handbook |
| 500 | ▼a Includes index. | |
| 504 | ▼a "UNIX power tools"--Cover. | |
| 630 | 0 0 | ▼a UNIX (Computer file) |
| 630 | 0 0 | ▼a Sed (Computer file) |
| 630 | 0 0 | ▼a Awk. |
| 650 | 0 | ▼a Utilities (Computer programs) |
| 700 | 1 | ▼a Robbins, Arnold. |
| 945 | ▼a KINS |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.43 D732s2 | 등록번호 121117430 (3회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.sed 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 sed is substitution, replacing one block of text with another.awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk 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 awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).
정보제공 :
저자소개
아놀드 로빈스(지은이)
1980년부터 유닉스 시스템을 사용해 온 전문 프로그래머이자 기술 서적 저자이다. 『Classic Shell Scripting』의 공동 저자이며, 『Effective awk Programming』 4판, 『vi and Vim Editors Pocket Reference』 2판 등을 집필했다. 현재 GNU awk와 그 문서에 대한 메인테이너로 활동하고 있다.
데일 도허티(지은이)
샌프란시스코에 위치한 메이커 미디어(Maker Media Inc.)의 설립자이자 CEO이다. 메이커 미디어는 2005년부터 『Make:』 잡지를 발행했으며, 2006년에는 샌프란시스코 베이 에어리어에서 처음으로 메이커 페어를 열었다. 도허티는 1955년 로스앤젤레스에서 태어났으며 켄터키 주 루이빌에서 성장했다. 오라일리 미디어의 공동 설립자로, 오라일리가 출간하는 컴퓨터 전문서적의 책임 편집자를 역임했다. 도허티는 1993년에 최초의 상업 웹사이트인 GNN을 개발했고 2003년에는 ‘Web 2.0’이라는 용어를 만들었다. 2011년 도허티는 백악관에서 변화의 챔피언 상을 수상했다. 이 상은 “자신이 속한 커뮤니티에서 누구보다 더 많은 혁신을 일으키고, 더 많이 교육하며, 더 견고하게 뭔가를 세운” 미국인을 기리고자 제정한 상이다. 2014년 백악관 메이커 페어에서 오바마 대통령은 데일 도허티를 교육과 비즈니스 분야에서 막대한 기여를 한 미국의 혁신가로 소개했다. 『Make:』는 2013년 오라일리에서 독립 회사로 분리되었다. 현재 데일 도허티는 캘리포니아 주 세바스토폴에서 아내 낸시와 살고 있다.
