Tag

awk

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 11, 2025 · Operations

Mastering gawk: Powerful Text Processing on Unix/Linux

This article introduces gawk, the GNU version of awk, explaining its programming capabilities, command syntax, field handling, script execution methods, and how to use BEGIN and END blocks for pre‑ and post‑processing of data streams on Unix/Linux systems.

Unixawkgawk
0 likes · 8 min read
Mastering gawk: Powerful Text Processing on Unix/Linux
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 22, 2025 · Databases

Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls

This article explains how to build a MySQL configuration comparison script by retrieving runtime variable values, parsing my.cnf and mysqld-auto.cnf files, handling formatting and case issues, and accurately comparing values while addressing typical challenges such as unit conversion, boolean representation, and legacy variable names.

ConfigurationDatabase AdministrationMySQL
0 likes · 8 min read
Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls
Raymond Ops
Raymond Ops
Jan 19, 2025 · Operations

Master awk: Essential Commands and Advanced Techniques for Text Processing

This article provides a comprehensive introduction to awk, covering its command syntax, built‑in variables, pattern‑action processing, external variable passing, arithmetic and logical operations, advanced I/O, control flow constructs, and practical examples for effective text and data manipulation on Unix/Linux systems.

Command LineUnixawk
0 likes · 12 min read
Master awk: Essential Commands and Advanced Techniques for Text Processing
Efficient Ops
Efficient Ops
Nov 17, 2024 · Operations

Master Linux Find: 8 Powerful Ways to Locate and Manage Files

This article explains eight practical uses of the Linux find command—including searching by name, type, timestamps, size, permissions, ownership, executing actions on matches, and directory name patterns—providing clear examples and code snippets to help administrators efficiently locate and manage files.

awkfile-searchfind
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Laravel Tech Community
Laravel Tech Community
Jun 28, 2023 · Fundamentals

Comprehensive Guide to Using AWK for Text Processing

This article provides a thorough introduction to the AWK language, covering its basic syntax, common usage patterns, operators, built‑in variables, and numerous practical examples for processing and extracting data from text files.

Command LineData ExtractionUnix
0 likes · 10 min read
Comprehensive Guide to Using AWK for Text Processing
Efficient Ops
Efficient Ops
Oct 8, 2022 · Operations

Master Server Log Analysis: 30 Essential Linux Commands for Monitoring Traffic

This guide compiles a comprehensive set of Linux command‑line techniques—using awk, grep, netstat, and other tools—to help you count unique IPs, track page visits, identify heavy‑traffic files, monitor connection states, and extract performance metrics from Apache and other web server logs.

Log Analysisawklinux
0 likes · 14 min read
Master Server Log Analysis: 30 Essential Linux Commands for Monitoring Traffic
Laravel Tech Community
Laravel Tech Community
Jul 18, 2022 · Operations

Common Linux Commands for Analyzing Web Server Logs and Network Connections

This article presents a collection of practical Linux shell commands—primarily using awk, grep, sort, uniq, netstat, and tcpdump—to count unique IPs, identify most‑visited pages, filter logs by time or URL, monitor connection states, and calculate traffic statistics for Apache or other web servers.

Log Analysisawknetwork monitoring
0 likes · 10 min read
Common Linux Commands for Analyzing Web Server Logs and Network Connections
Efficient Ops
Efficient Ops
Mar 29, 2022 · Operations

Master Server Log Analysis: 30 Essential Linux Commands to Uncover Traffic Insights

This guide presents a comprehensive collection of Linux command‑line techniques—including awk, grep, and netstat—to help you analyze web server logs, identify unique visitors, track page popularity, monitor connection states, and detect performance bottlenecks in a systematic way.

Log AnalysisOperationsawk
0 likes · 15 min read
Master Server Log Analysis: 30 Essential Linux Commands to Uncover Traffic Insights
DataFunSummit
DataFunSummit
Dec 10, 2021 · Fundamentals

Mastering the Linux Trio: Practical Grep, Sed, and Awk Techniques

This tutorial introduces the three essential Linux text‑processing tools—grep, sed, and awk—explains their core options and syntax, and provides concrete command‑line examples so readers can quickly improve file‑handling efficiency and operational productivity.

Command Lineawkgrep
0 likes · 16 min read
Mastering the Linux Trio: Practical Grep, Sed, and Awk Techniques
Efficient Ops
Efficient Ops
Mar 30, 2021 · Fundamentals

Mastering Awk: Powerful Text Processing for Linux with Real‑World Examples

This tutorial introduces awk as a versatile Linux text‑analysis tool, explains its execution model (BEGIN, body, END), demonstrates practical commands for reporting, filtering, formatting, and advanced scripting, and provides numerous code snippets and visual examples to help readers quickly apply awk in real‑world scenarios.

Command Lineawkdata analysis
0 likes · 12 min read
Mastering Awk: Powerful Text Processing for Linux with Real‑World Examples
Practical DevOps Architecture
Practical DevOps Architecture
Jan 25, 2021 · Operations

Using awk Built‑in Variables and Netstat for System Information on Linux

This article explains common awk built‑in variables such as OFS, NR, and NF, demonstrates practical awk one‑liners for extracting and formatting /etc/passwd data, and shows how to use netstat (and ss) together with awk to monitor network connection states on a Linux system.

awklinuxnetstat
0 likes · 4 min read
Using awk Built‑in Variables and Netstat for System Information on Linux
Practical DevOps Architecture
Practical DevOps Architecture
Nov 26, 2020 · Fundamentals

Understanding awk, grep, and sed: The Three Essential Linux Text‑Processing Tools

This article introduces the three fundamental Linux text‑processing utilities—awk, grep, and sed—explaining their distinct purposes, core functionalities, and typical usage scenarios for searching, editing, and formatting text in command‑line environments.

awkgreplinux
0 likes · 4 min read
Understanding awk, grep, and sed: The Three Essential Linux Text‑Processing Tools
Efficient Ops
Efficient Ops
Oct 13, 2019 · Fundamentals

Master Essential Linux Shell Text Processing Tools: find, grep, awk, and More

This article provides a comprehensive guide to the most frequently used Linux shell text‑processing utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering practical examples, command‑line options, and tips for efficient one‑ or two‑line scripts.

Command Lineawkfind
0 likes · 19 min read
Master Essential Linux Shell Text Processing Tools: find, grep, awk, and More
Efficient Ops
Efficient Ops
Jan 14, 2019 · Operations

Master Essential Linux Shell Tools: find, grep, awk, and More

This guide presents a comprehensive overview of the most frequently used Linux shell utilities for text processing—such as find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering practical examples, key options, and best‑practice recommendations for efficient command‑line workflows.

Command Lineawkfind
0 likes · 17 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
Efficient Ops
Efficient Ops
Nov 18, 2018 · Operations

Master Server Log Analysis with Essential Linux Commands

This guide compiles a comprehensive set of Linux commands—using awk, grep, netstat, and more—to help you analyze web server logs, track traffic, identify top IPs, monitor connection states, and detect performance bottlenecks on an Alibaba Cloud ECS instance.

Log Analysisawklinux
0 likes · 15 min read
Master Server Log Analysis with Essential Linux Commands
360 Quality & Efficiency
360 Quality & Efficiency
Feb 20, 2017 · Fundamentals

Introduction to AWK: Syntax, Script Structure, and Practical Use Cases

This article introduces the AWK scripting language, covering its basic syntax, command‑line options, script components such as BEGIN and END blocks, and demonstrates common text‑filtering, data‑analysis, and formatting tasks with concrete examples.

Command Lineawkdata analysis
0 likes · 8 min read
Introduction to AWK: Syntax, Script Structure, and Practical Use Cases
Qunar Tech Salon
Qunar Tech Salon
Sep 18, 2016 · Operations

Analyzing Nginx Access Logs for Traffic, Performance, and Optimization

This article explains how to extract valuable performance and traffic insights from Nginx access logs using shell commands and awk, covering request volume, peak rates, bandwidth usage, slow‑query detection, URL normalization, and practical optimization recommendations for web operations.

Log AnalysisOperationsawk
0 likes · 13 min read
Analyzing Nginx Access Logs for Traffic, Performance, and Optimization
Qunar Tech Salon
Qunar Tech Salon
Nov 11, 2014 · Fundamentals

A One‑Minute Guide to AWK: Basics, Syntax, and Common Use Cases

This article provides a concise, one‑minute introduction to AWK, covering its origin, line‑by‑line processing principle, basic syntax of pattern‑action, built‑in variables and functions, operators, control structures, and how to interact with the shell, illustrated with practical command‑line examples.

Command LineData ExtractionUnix
0 likes · 6 min read
A One‑Minute Guide to AWK: Basics, Syntax, and Common Use Cases