Tagged articles
121 articles
Page 1 of 2
MaGe Linux Operations
MaGe Linux Operations
May 13, 2026 · Operations

Solve System Issues Fast with Linux Log Analysis

This guide walks Linux operators through the core log architecture, essential log files, powerful command‑line tools such as grep, awk, sed and journalctl, and step‑by‑step troubleshooting scenarios—including SSH connectivity, service failures, disk space, memory leaks, security incidents, and application logs—while providing ready‑to‑run scripts and advanced techniques for automated and centralized log analysis.

GrepLinuxawk
0 likes · 41 min read
Solve System Issues Fast with Linux Log Analysis
MaGe Linux Operations
MaGe Linux Operations
Apr 26, 2026 · Operations

Double Your Linux Efficiency with Practical grep, sed, and awk Tricks

This guide shows how Linux power users can dramatically speed up log analysis, configuration management, and data processing by mastering grep, sed, and awk, offering concrete command examples, performance benchmarks, and best‑practice patterns that turn these three classic tools into a productivity powerhouse.

GrepLinuxShell scripting
0 likes · 57 min read
Double Your Linux Efficiency with Practical grep, sed, and awk Tricks
Ops Community
Ops Community
Feb 2, 2026 · Operations

How to Process 10GB Logs in 30 Seconds with Grep, Sed, and Awk

This comprehensive guide shows how to use the GNU tools grep, sed, and awk to quickly analyse massive Nginx access logs, covering their streaming design, optimal command parameters, real‑world examples, performance tricks, security safeguards and step‑by‑step scripts for fault isolation and reporting.

GrepSREShell scripting
0 likes · 38 min read
How to Process 10GB Logs in 30 Seconds with Grep, Sed, and Awk
Xiao Liu Lab
Xiao Liu Lab
Jan 8, 2026 · Operations

Unlock Fast Log Analysis: 10 Essential awk Commands Every Sysadmin Should Know

This tutorial shows how awk, the built‑in Linux text‑processing tool, can dramatically speed up log analysis and routine data extraction by explaining core concepts, common patterns, real‑world examples such as Nginx, system monitoring and MySQL slow‑query logs, and providing a ready‑to‑run script.

LinuxShell scriptingawk
0 likes · 17 min read
Unlock Fast Log Analysis: 10 Essential awk Commands Every Sysadmin Should Know
IT Services Circle
IT Services Circle
Dec 24, 2025 · Operations

Master Real‑Time Log Analysis with tail, less, grep, sed & awk

This article teaches backend engineers how to efficiently inspect large production logs using Linux commands such as tail, less, grep, sed, and awk, covering real‑world scenarios like service startup monitoring, bug reproduction, trace‑ID tracing, error frequency counting, noise filtering, time‑window extraction, and malicious IP detection.

GrepLinuxawk
0 likes · 7 min read
Master Real‑Time Log Analysis with tail, less, grep, sed & awk
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 12, 2025 · Fundamentals

In‑Depth Guide to Linux’s Text‑Processing Trio: grep, sed, and awk

This comprehensive tutorial explains the three essential Linux text‑processing tools—grep, sed, and awk—covering their core concepts, command‑line options, regular‑expression basics, practical examples, advanced features such as control structures and functions, and a side‑by‑side comparison of their capabilities.

GrepLinuxShell scripting
0 likes · 36 min read
In‑Depth Guide to Linux’s Text‑Processing Trio: grep, sed, and awk
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Nov 21, 2025 · Fundamentals

Master Linux Text Processing with grep, sed, and awk

Learn how Linux’s three classic text‑processing tools—grep for pattern searching, sed for stream editing, and awk for pattern‑action processing—work, including their basic operation flow, command usage, and examples, enabling automated manipulation of file contents without manual editing.

GrepLinuxawk
0 likes · 4 min read
Master Linux Text Processing with grep, sed, and awk
Raymond Ops
Raymond Ops
Oct 2, 2025 · Operations

Unlock the Power of Linux’s Triple Threat: grep, sed, and awk

This comprehensive guide introduces the Linux “three swords”—grep, sed, and awk—explaining regular expressions, metacharacters, and practical command syntax, while providing examples, options, and advanced usage tips to boost efficiency in text processing and system administration.

GrepLinuxShell scripting
0 likes · 22 min read
Unlock the Power of Linux’s Triple Threat: grep, sed, and awk
Raymond Ops
Raymond Ops
Aug 26, 2025 · Operations

Master Linux Text Processing: grep, sed, and awk Essentials

This article introduces the Linux “three swordsmen” – grep, sed, and awk – explaining their core functions, common options, and practical command examples for powerful text searching, stream editing, and data extraction in shell scripting.

GrepShell scriptingawk
0 likes · 12 min read
Master Linux Text Processing: grep, sed, and awk Essentials
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Fundamentals

Mastering sed and awk: Powerful Text Processing Techniques for the Command Line

This comprehensive guide explores the strengths of sed and awk, compares their core features, provides practical basic and advanced examples, demonstrates how to combine them for complex pipelines, offers performance tips, and includes real‑world log‑analysis use cases for efficient text manipulation in shell scripts.

Shell scriptingawkcommand-line
0 likes · 9 min read
Mastering sed and awk: Powerful Text Processing Techniques for the Command Line
Raymond Ops
Raymond Ops
Aug 12, 2025 · Operations

Master Linux Text Processing: grep, awk, and sed Essentials

This tutorial introduces the three essential Linux command‑line tools—grep, awk, and sed—explaining their most useful options, execution flows, and practical examples for searching, extracting, transforming, and analyzing text files and logs.

GrepSysadminawk
0 likes · 21 min read
Master Linux Text Processing: grep, awk, and sed Essentials
Raymond Ops
Raymond Ops
Jul 13, 2025 · Fundamentals

Master awk: From Basics to Powerful Text Processing in Linux

This comprehensive guide explains what awk is, how to learn it, its syntax of patterns and actions, built‑in variables like NR and NF, and provides practical examples and interview‑style exercises for mastering text processing on the Linux command line.

LinuxShell scriptingawk
0 likes · 19 min read
Master awk: From Basics to Powerful Text Processing in Linux
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2025 · Operations

Master awk: A Complete Guide to Powerful Text Processing

This article provides a comprehensive tutorial on the awk command, covering its common syntax, field printing, pattern matching, BEGIN/END blocks, separators, built‑in variables, external/internal variables, printf formatting, conditional statements, loops, arrays, and built‑in functions, with practical examples for system administration and log analysis.

Shell scriptingawktext processing
0 likes · 21 min read
Master awk: A Complete Guide to Powerful Text Processing
Open Source Linux
Open Source Linux
Jun 21, 2025 · Fundamentals

Mastering awk: The Ultimate Guide to Text Processing in Linux

This comprehensive tutorial explains the awk command in Linux, covering its origin, syntax, predefined variables, execution flow, functions, expressions, control structures, and practical examples, enabling readers to efficiently process and manipulate text files from the command line.

Shell scriptingawkcommand-line
0 likes · 9 min read
Mastering awk: The Ultimate Guide to Text Processing in Linux
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.

Shell scriptingUnixawk
0 likes · 8 min read
Mastering gawk: Powerful Text Processing on Unix/Linux
Liangxu Linux
Liangxu Linux
May 21, 2025 · Operations

Master Apache Log Analysis with 20 Essential Linux Commands

This guide presents a curated collection of 20 practical Linux one‑liners—using awk, grep, netstat, and other shell tools—to extract IP counts, page views, bandwidth, error rates, concurrency, and other key metrics from Apache access logs, enabling quick and thorough server traffic analysis.

ApacheOperationsShell
0 likes · 10 min read
Master Apache Log Analysis with 20 Essential Linux Commands
Open Source Linux
Open Source Linux
Apr 30, 2025 · Fundamentals

Mastering awk: The Ultimate Guide to Linux Text Processing

This article provides a comprehensive, step‑by‑step tutorial on the Linux awk command, covering its origin, syntax, predefined variables, execution flow, functions, control structures, and practical examples, enabling readers to master text processing and data extraction directly from the command line.

LinuxShell scriptingawk
0 likes · 9 min read
Mastering awk: The Ultimate Guide to Linux Text Processing
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.

Database AdministrationShellawk
0 likes · 8 min read
Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls
Liangxu Linux
Liangxu Linux
Apr 17, 2025 · Operations

20 Powerful Shell Commands to Master Log File Analysis

This guide presents twenty essential shell one‑liners—using awk, grep, sort, uniq, and netstat—to quickly count unique IPs, identify hot pages, filter bots, monitor Apache processes, and measure traffic, helping sysadmins and security analysts extract actionable insights from web server logs.

GrepLinuxShell
0 likes · 12 min read
20 Powerful Shell Commands to Master Log File Analysis
MaGe Linux Operations
MaGe Linux Operations
Apr 13, 2025 · Operations

Master the Linux ‘Three Musketeers’: grep, sed, and awk Explained

This guide introduces the Linux “three musketeers” – grep, sed, and awk – covering regular expression fundamentals, command syntax, options, and practical examples, enabling readers to efficiently search, edit, and process text files while mastering essential shell scripting techniques.

GrepShell scriptingawk
0 likes · 22 min read
Master the Linux ‘Three Musketeers’: grep, sed, and awk Explained
Liangxu Linux
Liangxu Linux
Mar 16, 2025 · Operations

Batch Add and Delete Linux Users with UID ≥ 1000 Using awk and xargs

This guide shows how to batch‑create and batch‑remove Linux users whose UID is 1000 or higher by extracting usernames from /etc/passwd with awk and feeding them to useradd or userdel via xargs, including command examples and detailed explanations of each step.

LinuxUser Managementawk
0 likes · 5 min read
Batch Add and Delete Linux Users with UID ≥ 1000 Using awk and xargs
Liangxu Linux
Liangxu Linux
Mar 4, 2025 · Fundamentals

Master awk: From Basics to Advanced Text Processing on Linux

This guide explains what awk is, its pattern‑action syntax, built‑in variables such as NR, NF, FS, RS, OFS and ORS, and provides step‑by‑step examples—including generating test data, column manipulation, custom delimiters, and solving a word‑frequency interview question—so readers can efficiently extract and transform text on the command line.

FSLinuxNF
0 likes · 18 min read
Master awk: From Basics to Advanced Text Processing on Linux
Open Source Linux
Open Source Linux
Feb 26, 2025 · Operations

Master Apache Log Analysis with 30 Essential Shell Commands

This guide presents a comprehensive collection of shell and awk commands for analyzing Apache access logs, covering IP counting, page request statistics, traffic filtering, performance metrics, connection states, and bandwidth usage, enabling administrators to efficiently monitor and troubleshoot web server activity.

ApacheOperationsShell scripting
0 likes · 14 min read
Master Apache Log Analysis with 30 Essential Shell Commands
Liangxu Linux
Liangxu Linux
Feb 12, 2025 · Operations

How to Show Per‑Process Memory Usage in MB/GB Using awk and ps

This guide explains three practical ways to list each Linux process's memory consumption, converting the RSS value from kilobytes to megabytes or gigabytes with ps and awk, and provides detailed command explanations and formatting options for clear output.

LinuxMemory UsageShell scripting
0 likes · 6 min read
How to Show Per‑Process Memory Usage in MB/GB Using awk and ps
Liangxu Linux
Liangxu Linux
Feb 6, 2025 · Operations

Batch Delete Linux Users with UID ≥ 1000 Using awk and xargs

This guide explains how to identify Linux accounts whose UID is 1000 or higher by parsing /etc/passwd with awk, then pipe the resulting usernames to xargs to invoke userdel ‑r for safe, automated removal of those users and their home directories.

Batch DeleteLinuxShell
0 likes · 5 min read
Batch Delete Linux Users with UID ≥ 1000 Using awk and xargs
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.

Shell scriptingUnixawk
0 likes · 12 min read
Master awk: Essential Commands and Advanced Techniques for Text Processing
Open Source Linux
Open Source Linux
Dec 22, 2024 · Fundamentals

Master awk: From Basics to Advanced Text Processing

This comprehensive guide explains what awk is, how to learn it, its pattern‑action syntax, built‑in variables like NR, NF, FS, RS, and OFS, and provides numerous practical examples for extracting, formatting, and manipulating text data on Linux systems.

Shell scriptingawkcommand-line
0 likes · 18 min read
Master awk: From Basics to Advanced Text Processing
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2024 · Fundamentals

Mastering Linux Text Processing: grep, sed, and awk Explained with Real Examples

This guide introduces the Linux “three musketeers” – grep, sed, and awk – explaining their purposes, basic syntax, common options, and practical command‑line examples for filtering, editing, and formatting text, as well as advanced techniques such as range selection, multi‑line insertion, and grouped replacements.

GrepLinuxShell scripting
0 likes · 17 min read
Mastering Linux Text Processing: grep, sed, and awk Explained with Real Examples
MaGe Linux Operations
MaGe Linux Operations
Dec 8, 2024 · Fundamentals

Master awk: From Basics to Advanced Text Processing in Linux

This guide introduces awk as a powerful Linux command‑line tool, explains its pattern‑action syntax, built‑in variables such as NR, NF, FS, RS, OFS, and ORS, and provides step‑by‑step examples for generating test data, extracting fields, modifying separators, and solving common interview tasks.

LinuxShell scriptingawk
0 likes · 20 min read
Master awk: From Basics to Advanced Text Processing in Linux
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.

File SearchLinuxShell scripting
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Liangxu Linux
Liangxu Linux
Sep 24, 2024 · Fundamentals

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—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing clear examples, common options, and practical tips for effective command‑line scripting.

GrepLinuxawk
0 likes · 16 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
MaGe Linux Operations
MaGe Linux Operations
Aug 16, 2024 · Fundamentals

Master Linux Text Processing: Pipes, grep, sed & awk Explained

Learn how Linux’s powerful text-processing tools—pipes, grep, sed, and awk—work together to filter, transform, and analyze data, with clear syntax explanations, practical examples, and essential tips for chaining commands, handling output, and avoiding common pitfalls.

GrepLinuxawk
0 likes · 20 min read
Master Linux Text Processing: Pipes, grep, sed & awk Explained
Open Source Linux
Open Source Linux
Aug 7, 2024 · Fundamentals

Master Essential Linux Shell Tools for Text Processing

This guide introduces the most frequently used Linux shell utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options and providing practical command‑line examples to help readers efficiently manipulate and analyze text files.

GrepShellawk
0 likes · 16 min read
Master Essential Linux Shell Tools for Text Processing
Liangxu Linux
Liangxu Linux
Jun 2, 2024 · Operations

Essential Shell Commands for Analyzing Apache Access Logs

A comprehensive collection of awk, grep, sort, and netstat one‑liners that help you count unique IPs, rank pages by hits, filter by time ranges, identify slow requests, and monitor connection states directly from Apache log files.

ApacheNetwork MonitoringShell Commands
0 likes · 11 min read
Essential Shell Commands for Analyzing Apache Access Logs
MaGe Linux Operations
MaGe Linux Operations
Jan 12, 2024 · Operations

Master Linux Bash: From User ID Summation to Systemd Services and Encryption

This comprehensive guide walks through essential Linux administration techniques, including Bash scripts for summing user IDs, array and string manipulation, advanced variable usage, random number analysis, factorial recursion, process and thread concepts, job control, kernel design models, boot and GRUB workflows, service management with chkconfig and systemd, as well as CA creation, certificate handling, encryption fundamentals, and OpenSSH key‑based authentication.

BashOpenSSLSystemd
0 likes · 39 min read
Master Linux Bash: From User ID Summation to Systemd Services and Encryption
Open Source Linux
Open Source Linux
Dec 4, 2023 · Fundamentals

Mastering Linux Text Processing: A Deep Dive into awk, grep, and sed

This comprehensive guide explains the core Linux text‑processing utilities—awk, grep, and sed—covering their purposes, syntax, common options, powerful regular‑expression features, practical examples, control structures, arrays, functions, and how they compare to each other for efficient command‑line data manipulation.

GrepLinuxawk
0 likes · 33 min read
Mastering Linux Text Processing: A Deep Dive into awk, grep, and sed
Liangxu Linux
Liangxu Linux
Jul 2, 2023 · Operations

Master Server Log Analysis with Powerful Bash Commands

This guide presents a comprehensive collection of Bash one‑liners—using awk, grep, sort, uniq, netstat, and other utilities—to count unique IPs, rank page visits, filter bots, analyze traffic by time windows, compute bandwidth, and monitor connection states from Apache or Nginx access logs.

BashGrepServer Monitoring
0 likes · 12 min read
Master Server Log Analysis with Powerful Bash Commands
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.

Data ExtractionScriptingUnix
0 likes · 10 min read
Comprehensive Guide to Using AWK for Text Processing
Liangxu Linux
Liangxu Linux
Mar 12, 2023 · Operations

Master Apache Log Analysis with Powerful AWK and Netstat Commands

This guide presents a comprehensive collection of AWK, grep, sed, and netstat one‑liners that let you count unique IPs, rank page visits, measure bandwidth, monitor TCP states, and extract detailed traffic patterns from Apache access logs on Linux systems.

ApacheLinuxNetwork Monitoring
0 likes · 11 min read
Master Apache Log Analysis with Powerful AWK and Netstat Commands
Liangxu Linux
Liangxu Linux
Oct 30, 2022 · Operations

Essential Linux Commands for Analyzing Web Server Logs

A comprehensive collection of practical Linux one‑liners—using awk, grep, sort, uniq, and netstat—to count unique IPs, track page visits, rank URLs, monitor connection states, and measure traffic from Apache access logs for effective server operations.

GrepLinuxServer Monitoring
0 likes · 13 min read
Essential Linux Commands for Analyzing Web Server Logs
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.

Server Monitoringawklog analysis
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.

Network MonitoringShell scriptingawk
0 likes · 10 min read
Common Linux Commands for Analyzing Web Server Logs and Network Connections
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.

GrepLinuxawk
0 likes · 16 min read
Mastering the Linux Trio: Practical Grep, Sed, and Awk Techniques
Liangxu Linux
Liangxu Linux
Apr 13, 2021 · Fundamentals

Master awk: From Basics to Advanced Text Processing on Linux

This comprehensive guide introduces awk as a powerful Linux text‑analysis tool, explains its underlying record‑field model, demonstrates practical one‑liners and scripts for reporting, filtering, formatting, file splitting, and shows advanced features like built‑in variables, conditionals, arrays, and string functions.

LinuxShell scriptingUnix
0 likes · 11 min read
Master awk: From Basics to Advanced Text Processing on Linux
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.

Scriptingawkcommand-line
0 likes · 12 min read
Mastering Awk: Powerful Text Processing for Linux with Real‑World Examples
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2021 · Operations

Master Server Log Analysis with Powerful Bash One‑Liners

This guide presents a comprehensive set of Bash and AWK one‑liners for analyzing web server logs, counting unique IPs, tracking page visits, sorting traffic by time, identifying heavy‑weight requests, monitoring Apache processes, and examining network connection states, helping you detect anomalies and optimize performance.

ApacheBashNetwork Monitoring
0 likes · 13 min read
Master Server Log Analysis with Powerful Bash One‑Liners
Liangxu Linux
Liangxu Linux
Jan 28, 2021 · Operations

Essential Linux Commands for Analyzing Web Server Logs

This guide compiles a series of practical Linux one‑liners—using awk, grep, sort, netstat, and related tools—to count unique IPs, rank page requests, filter bots, monitor connection states, and measure bandwidth, enabling quick forensic analysis of Apache or Nginx access logs.

GrepNetwork MonitoringWeb server
0 likes · 12 min read
Essential Linux Commands for Analyzing Web Server Logs
Liangxu Linux
Liangxu Linux
Oct 20, 2020 · Operations

Mastering AWK: Quick Commands to Clean, Filter, and Analyze Text Files

This guide demonstrates how to use AWK’s sub, gsub, and pattern‑matching features to delete blank lines, trim whitespace, reverse file order, add line numbers, count or filter specific strings, replace text, and combine AWK with other Linux utilities for everyday text‑processing tasks.

Shell scriptingawkdata cleaning
0 likes · 7 min read
Mastering AWK: Quick Commands to Clean, Filter, and Analyze Text Files
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Oct 15, 2020 · Fundamentals

Master Linux Text Processing: Find, Grep, Sed, Awk, and More

This guide provides a comprehensive overview of essential Linux command‑line utilities for text manipulation—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—detailing common options, practical examples, and advanced techniques for searching, filtering, transforming, and processing files efficiently.

GrepLinuxShell
0 likes · 16 min read
Master Linux Text Processing: Find, Grep, Sed, Awk, and More
Liangxu Linux
Liangxu Linux
Oct 13, 2020 · Fundamentals

Master Linux Case Conversion with tr, awk, sed, and Python

This guide walks you through Linux command‑line tools—tr, awk, sed, and even Python—to efficiently convert text case, handle whole‑file transformations, capitalize only first letters, and ensure proper title‑case formatting for scripts and shell pipelines.

LinuxShell scriptingawk
0 likes · 6 min read
Master Linux Case Conversion with tr, awk, sed, and Python
Liangxu Linux
Liangxu Linux
Apr 25, 2020 · Operations

Why Dumping Logs into a DB Fails and How Awk Solves the Problem

The article explains why loading all log data into a database is impractical, outlines three drawbacks—volatile requests, data bloat, and cost—and introduces the lightweight awk tool with concrete command examples to filter and analyze network logs efficiently without a database.

Sysadminawkdata-processing
0 likes · 6 min read
Why Dumping Logs into a DB Fails and How Awk Solves the Problem
Liangxu Linux
Liangxu Linux
Mar 28, 2020 · Fundamentals

Master Linux File Renaming with mv and rename: Simple and Complex Techniques

This guide explains how to rename files on Linux using the mv and rename commands, covering basic single‑file renaming, batch renaming with patterns, handling different OS syntaxes, and advanced strategies for generating name mappings from custom files or filename patterns.

Batch ProcessingShell scriptingawk
0 likes · 11 min read
Master Linux File Renaming with mv and rename: Simple and Complex Techniques
Liangxu Linux
Liangxu Linux
Jan 7, 2020 · Fundamentals

Master awk: From Basics to Advanced Text Processing with Real Examples

This article provides a comprehensive guide to awk, covering its origins, syntax, options, keywords, operators, built‑in variables, regular‑expression meta‑characters, functions, control flow, system interaction, and practical examples that help readers efficiently process and analyze text data on the command line.

Shell scriptingawkregex
0 likes · 13 min read
Master awk: From Basics to Advanced Text Processing with Real Examples
MaGe Linux Operations
MaGe Linux Operations
Dec 15, 2019 · Fundamentals

Master AWK: A Quick Guide to Text Processing and Scripting

This comprehensive AWK tutorial, translated and refined from an original English guide, walks readers through the language’s history, variants, typical uses, workflow, program structure, syntax, command‑line options, built‑in variables, operators, regular expressions, arrays, control flow, functions, I/O redirection, and output formatting, providing practical examples and code snippets for rapid mastery.

Shell scriptingawkgawk
0 likes · 13 min read
Master AWK: A Quick Guide to Text Processing and Scripting
MaGe Linux Operations
MaGe Linux Operations
Mar 11, 2019 · Operations

Mastering AWK: Powerful Text Processing Techniques for Linux

This article provides a comprehensive introduction to AWK, covering its origins, basic syntax, command‑line usage, built‑in variables, printing functions, programming constructs such as conditionals, loops, and arrays, and includes numerous practical examples for extracting and formatting data on Linux systems.

Shell scriptingawkcommand-line
0 likes · 13 min read
Mastering AWK: Powerful Text Processing Techniques for Linux
MaGe Linux Operations
MaGe Linux Operations
Feb 13, 2019 · Fundamentals

Master Awk: Unlock Powerful Text Processing on the Command Line

This comprehensive guide explains how Awk, the versatile Unix text‑processing tool, differs from sed and grep, showcases its programming features, command‑line syntax, record and field handling, built‑in variables, functions, and provides numerous practical examples to help readers start scripting with Awk effectively.

automationawkcommand-line
0 likes · 28 min read
Master Awk: Unlock Powerful Text Processing on the Command Line
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.

GrepLinuxShell
0 likes · 17 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
Liangxu Linux
Liangxu Linux
Dec 19, 2018 · Fundamentals

10 Essential Unix Shell Hacks to Boost Your Productivity

This guide presents ten practical Unix shell techniques—including file‑name completion, history expansion, directory stack navigation, large‑file discovery, temporary file creation, curl usage, regular‑expression tricks, user identification, and awk data processing—to help developers work faster and more efficiently from the command line.

awkproductivity
0 likes · 13 min read
10 Essential Unix Shell Hacks to Boost Your Productivity
MaGe Linux Operations
MaGe Linux Operations
Dec 6, 2018 · Fundamentals

Mastering AWK: Powerful Text Processing and Reporting Techniques

AWK is a versatile text-processing language that reads files line by line, splits fields by default spaces, and applies pattern-action rules to analyze data, generate reports, and perform complex tasks such as extracting columns, counting records, and scripting with built-in variables, loops, and conditional statements.

LinuxShell scriptingawk
0 likes · 14 min read
Mastering AWK: Powerful Text Processing and Reporting Techniques
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.

Server Monitoringawklog analysis
0 likes · 15 min read
Master Server Log Analysis with Essential Linux Commands
ITPUB
ITPUB
Oct 23, 2018 · Fundamentals

10 Essential Unix Command-Line Tricks to Boost Your Productivity

This article presents ten practical Unix command-line habits—including file name completion, history expansion, directory stack navigation, large‑file searching, temporary file creation, curl usage, regular‑expression tips, user identification, and awk data processing—each illustrated with clear examples and commands to help users work faster and more efficiently.

LinuxShellUnix
0 likes · 13 min read
10 Essential Unix Command-Line Tricks to Boost Your Productivity
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2018 · Fundamentals

Master AWK: A Quick Guide to Text Processing and Scripting

This comprehensive tutorial introduces AWK, covering its origins, variants, typical use cases, workflow, program structure, command‑line options, operators, regular expressions, arrays, control flow, functions, output redirection, and how to execute shell commands, all illustrated with clear examples and diagrams.

Scriptingawktext processing
0 likes · 15 min read
Master AWK: A Quick Guide to Text Processing and Scripting
MaGe Linux Operations
MaGe Linux Operations
Apr 12, 2018 · Operations

Master Awk: Unlock Powerful Text Processing on the Command Line

This comprehensive guide explains Awk’s role as a versatile, stream‑oriented editor and pattern‑matching language, covering its command‑line syntax, records and fields, scripts, patterns, regular expressions, operators, statements, built‑in variables, functions, I/O handling, and practical code examples for Linux users.

Data ExtractionLinuxShell scripting
0 likes · 28 min read
Master Awk: Unlock Powerful Text Processing on the Command Line
ITPUB
ITPUB
Apr 10, 2018 · Fundamentals

Mastering Awk: Powerful Text‑Processing Techniques for Linux

This guide introduces the AWK text‑processing language, explains its syntax, shows three ways to invoke it, and provides practical examples—from extracting fields in /etc/passwd to counting users, computing file sizes, and using built‑in variables, conditionals, loops, and arrays for advanced scripting.

LinuxShell scriptingawk
0 likes · 13 min read
Mastering Awk: Powerful Text‑Processing Techniques for Linux
ITPUB
ITPUB
Mar 24, 2018 · Fundamentals

Master Linux Text Processing: Essential Shell Commands and Practical Examples

This guide introduces the most commonly used Linux shell tools for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing concise explanations, useful options, and real‑world command examples to help you handle files efficiently.

GrepLinuxShell
0 likes · 17 min read
Master Linux Text Processing: Essential Shell Commands and Practical Examples