Learning AWK Programming
暫譯: 學習 AWK 程式設計
Shiwang Kalkhanda
- 出版商: Packt Publishing
- 出版日期: 2018-03-26
- 售價: $1,840
- 貴賓價: 9.5 折 $1,748
- 語言: 英文
- 頁數: 416
- 裝訂: Paperback
- ISBN: 1788391039
- ISBN-13: 9781788391030
海外代購書籍(需單獨結帳)
相關主題
商品描述
Text processing and pattern matching simplified Key Features -Master the fastest and most elegant big data munging language -Implement text processing and pattern matching using the advanced features of AWK and GAWK -Implement debugging and inter-process communication using GAWK Book DescriptionAWK is one of the most primitive and powerful utilities which exists in all Unix and Unix-like distributions. It is used as a command-line utility when performing a basic text-processing operation, and as programming language when dealing with complex text-processing and mining tasks. With this book, you will have the required expertise to practice advanced AWK programming in real-life examples. The book starts off with an introduction to AWK essentials. You will then be introduced to regular expressions, AWK variables and constants, arrays and AWK functions and more. The book then delves deeper into more complex tasks, such as printing formatted output in AWK, control flow statements, GNU's implementation of AWK covering the advanced features of GNU AWK, such as network communication, debugging, and inter-process communication in the GAWK programming language which is not easily possible with AWK. By the end of this book, the reader will have worked on the practical implementation of text processing and pattern matching using AWK to perform routine tasks. What you will learn -Create and use different expressions and control flow statements in AWK -Use Regular Expressions with AWK for effective text-processing -Use built-in and user-defined variables to write AWK programs -Use redirections in AWK programs and create structured reports -Handle non-decimal input, 2-way inter-process communication with Gawk -Create small scripts to reformat data to match patterns and process texts Who this book is forThis book is for developers or analysts who are inclined to learn how to do text processing and data extraction in a Unix-like environment. Basic understanding of Linux operating system and shell scripting will help you to get the most out of the book.
商品描述(中文翻譯)
文本處理與模式匹配簡化
主要特點
- 精通最快且最優雅的大數據處理語言
- 使用 AWK 和 GAWK 的進階功能實現文本處理和模式匹配
- 使用 GAWK 實現除錯和進程間通信
書籍描述
AWK 是所有 Unix 及類 Unix 發行版中最原始且強大的工具之一。它在執行基本文本處理操作時用作命令行工具,而在處理複雜的文本處理和挖掘任務時則作為編程語言使用。透過本書,您將獲得在實際範例中練習進階 AWK 編程所需的專業知識。本書首先介紹 AWK 的基本要素。接著,您將學習正則表達式、AWK 變數和常數、陣列以及 AWK 函數等內容。然後,本書深入探討更複雜的任務,例如在 AWK 中打印格式化輸出、控制流程語句、GNU 的 AWK 實現,涵蓋 GNU AWK 的進階功能,如網絡通信、除錯以及在 GAWK 編程語言中的進程間通信,這些在 AWK 中並不容易實現。到本書結束時,讀者將能夠使用 AWK 實現文本處理和模式匹配的實際應用,以執行日常任務。
您將學到的內容
- 在 AWK 中創建和使用不同的表達式和控制流程語句
- 使用正則表達式與 AWK 進行有效的文本處理
- 使用內建和用戶定義的變數來編寫 AWK 程式
- 在 AWK 程式中使用重定向並創建結構化報告
- 處理非十進制輸入,使用 Gawk 進行雙向進程間通信
- 創建小型腳本以重新格式化數據以匹配模式並處理文本
本書適合對象
本書適合希望學習如何在類 Unix 環境中進行文本處理和數據提取的開發人員或分析師。對 Linux 操作系統和 Shell 腳本的基本理解將幫助您充分利用本書。