Tagged articles
144 articles
Page 1 of 2
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
Data Party THU
Data Party THU
Apr 17, 2026 · Artificial Intelligence

Mastering Text Chunking: 21 Strategies to Supercharge Your RAG Pipelines

This comprehensive guide presents 21 practical text‑chunking techniques—from simple line‑based splits to advanced embedding‑ and LLM‑driven methods—explaining their implementations, code examples, and ideal use‑cases to help you build efficient Retrieval‑Augmented Generation systems while avoiding common pitfalls.

AILLMRAG
0 likes · 57 min read
Mastering Text Chunking: 21 Strategies to Supercharge Your RAG Pipelines
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 16, 2026 · Fundamentals

Getting Started with Perl on Linux: Quick Setup and Core Syntax

This article walks through Perl's preinstalled availability on Linux, shows how to check the version, explains script and one‑liner execution, introduces basic syntax and variable types, demonstrates a real‑world email‑extraction script, and shares essential tips for writing clean Perl code.

perlregextext processing
0 likes · 5 min read
Getting Started with Perl on Linux: Quick Setup and Core Syntax
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
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
Nov 17, 2025 · Operations

Mastering sed: Essential Commands, Options, and Real‑World Examples

This comprehensive guide explains how the stream editor sed works, covering its syntax, common options, matching patterns, delimiters, variable handling, core editing commands, advanced features, typical use‑case examples, script files, hold/ pattern spaces, and techniques for printing specific lines or exiting early.

Shell scriptingcommand-lineregex
0 likes · 23 min read
Mastering sed: Essential Commands, Options, and Real‑World Examples
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 15, 2025 · Operations

Mastering sed: Essential Linux Text Processing Commands and Examples

This article provides a comprehensive guide to using the Linux sed utility, covering its purpose, syntax, options, and a wide range of practical commands for inserting, deleting, replacing, and extracting text, along with examples and visual illustrations to help readers master text processing on the command line.

LinuxShell scriptingcommand-line
0 likes · 16 min read
Mastering sed: Essential Linux Text Processing Commands and Examples
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
Ops Community
Ops Community
Jul 3, 2025 · Fundamentals

Master Sed: The Ultimate Guide to Automating Text Processing

This comprehensive guide explains how to use the Unix stream editor sed for efficient line‑by‑line text manipulation, covering its workflow, performance tips, command syntax, addressing modes, core functions such as printing, deleting, substituting, case conversion, insertion, and how to apply scripts with the -f option, all illustrated with practical examples.

LinuxShell scriptingautomation
0 likes · 18 min read
Master Sed: The Ultimate Guide to Automating Text Processing
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
MaGe Linux Operations
MaGe Linux Operations
Jun 17, 2025 · Fundamentals

Mastering sed: Essential Commands, Options, and Real‑World Examples

This comprehensive guide explains how the sed stream editor works, covering its syntax, common options, delimiters, variable references, core editing commands, advanced operations, script usage, and the concepts of pattern and hold spaces, all illustrated with practical examples.

Shell scriptingsedtext processing
0 likes · 19 min read
Mastering sed: Essential Commands, Options, and Real‑World Examples
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
Raymond Ops
Raymond Ops
May 30, 2025 · Operations

Mastering sed and expect: Powerful One‑Liner Tricks for Linux Automation

This guide introduces the Linux stream editor sed and the automation tool expect, covering essential options, line‑based editing, pattern matching, backup strategies, substitution techniques, grouping, practical exercises, non‑interactive input methods, and expect scripting fundamentals for automating interactive shell sessions.

Shell scriptingexpectlinux automation
0 likes · 7 min read
Mastering sed and expect: Powerful One‑Liner Tricks for Linux Automation
Code Mala Tang
Code Mala Tang
May 29, 2025 · Fundamentals

Master Regular Expressions: Key Patterns, Real-World Uses & Common Pitfalls

Regular expressions provide a powerful way to search, match, and extract patterns in text, and this guide covers fundamental syntax, practical applications such as email, phone, and date extraction, as well as performance, encoding, security, compatibility considerations, and common mistakes to avoid.

pattern-matchingregextext processing
0 likes · 9 min read
Master Regular Expressions: Key Patterns, Real-World Uses & Common Pitfalls
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
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 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
Liangxu Linux
Liangxu Linux
Feb 27, 2025 · Fundamentals

Mastering sed: 30+ Powerful Text Manipulation Tricks for Linux

This comprehensive guide walks you through the essential and advanced features of the Linux sed command, showing how to perform bulk text replacements, deletions, insertions, line extraction, and powerful integrations with find, grep, awk, xargs, and tee, enabling efficient automation of log analysis, configuration updates, and data processing tasks.

LinuxShell scriptingautomation
0 likes · 18 min read
Mastering sed: 30+ Powerful Text Manipulation Tricks for Linux
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
Test Development Learning Exchange
Test Development Learning Exchange
Nov 29, 2024 · Fundamentals

Python File Handling: Common Text Processing Scripts

This article presents a comprehensive collection of Python file handling examples, covering basic reading and writing, appending, line extraction, file copying, moving, deletion, directory management, and advanced text processing techniques such as searching, replacing, and statistical analysis, all illustrated with clear code snippets.

File I/OFile OperationsPython
0 likes · 17 min read
Python File Handling: Common Text Processing Scripts
MaGe Linux Operations
MaGe Linux Operations
Oct 13, 2024 · Fundamentals

Mastering sed: Powerful Text Manipulation and Automation Techniques

This guide explains how to use sed for line‑based text processing, including options for in‑place editing, pattern ranges, odd/even line extraction, substitution with various delimiters and flags, backup strategies, grouping with extended regex, practical exercises, and automating interactive scripts with expect.

Shell scriptingexpectregex
0 likes · 5 min read
Mastering sed: Powerful Text Manipulation and Automation Techniques
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering the Linux cut Command: Practical Examples for Text Extraction

This guide explains how to use the Linux cut command for extracting specific characters, fields, and ranges from text files, covering options like -c, -f, -d, complement, custom output delimiters, and combining cut with other Unix utilities for powerful text processing.

LinuxShell scriptingUnix
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples for Text Extraction
Liangxu Linux
Liangxu Linux
Sep 16, 2024 · Fundamentals

Mastering Sed: Essential Commands and Real‑World Examples for Powerful Text Processing

Sed, the powerful stream editor on Linux/Unix, enables non‑interactive text manipulation such as searching, replacing, deleting, and inserting lines; this guide explains its syntax, address ranges, common commands, and provides practical examples like bulk domain replacement, comment removal, and adding copyright headers.

Shell scriptingcommand-linesed
0 likes · 6 min read
Mastering Sed: Essential Commands and Real‑World Examples for Powerful Text Processing
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
Test Development Learning Exchange
Test Development Learning Exchange
Jul 21, 2024 · Fundamentals

10 Python Regular Expression Examples and How to Use Them

This article introduces Python's re module and demonstrates ten practical regular‑expression examples—including basic matching, email extraction, finding multiple patterns, substitution, anchoring, wildcard matching, grouping, repetition, non‑greedy matching, and look‑behind—complete with code snippets and expected outputs.

Pythonre moduleregular expressions
0 likes · 7 min read
10 Python Regular Expression Examples and How to Use Them
Liangxu Linux
Liangxu Linux
Jul 14, 2024 · Fundamentals

Decoding Chinese Text: ASCII, GB2312, GBK, GB18030, and UTF‑8 Explained

This article explains how computer text is represented by assigning unique numeric codes to characters and converting those codes into binary, then compares the most common Chinese encodings—ASCII, GB2312, GBK, GB18030, and UTF‑8—detailing their compatibility, byte lengths, and practical impact on software development.

ASCIIGB18030GB2312
0 likes · 14 min read
Decoding Chinese Text: ASCII, GB2312, GBK, GB18030, and UTF‑8 Explained
Efficient Ops
Efficient Ops
Jul 3, 2024 · Fundamentals

Master Essential Linux Shell Text Tools: Find, Grep, Awk, Sed & More

This guide introduces the most frequently used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options, practical examples, and how to combine them for powerful command‑line workflows.

Bashcommand-linetext processing
0 likes · 17 min read
Master Essential Linux Shell Text Tools: Find, Grep, Awk, Sed & More
Liangxu Linux
Liangxu Linux
Mar 12, 2024 · Fundamentals

Mastering awk: Essential Syntax, Patterns, and Real-World Examples

This guide introduces awk as a powerful text‑processing tool, covering its basic syntax, field separators, pattern matching, arithmetic operations, built‑in variables, custom functions, control flow, and how to process both files and command output with clear code examples.

Data ExtractionShell scriptingcommand-line
0 likes · 6 min read
Mastering awk: Essential Syntax, Patterns, and Real-World Examples
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Fundamentals

Master the Linux ‘tr’ Command: Practical Text‑Manipulation Examples

This guide explains how to use the powerful Linux tr command for character replacement, deletion, case conversion, whitespace compression, special‑character escaping, and reading character sets from files, providing clear examples and step‑by‑step code snippets for each use case.

LinuxShell scriptingUnix utilities
0 likes · 6 min read
Master the Linux ‘tr’ Command: Practical Text‑Manipulation Examples
Liangxu Linux
Liangxu Linux
Dec 4, 2023 · Fundamentals

How to Delete Lines in Files Using sed on Linux

This guide explains how to use the Linux sed command to delete specific lines, line ranges, empty lines, or lines matching a pattern, and shows how to apply changes directly to the original file with the –i option, including example commands and cautions.

command-linefile editingsed
0 likes · 4 min read
How to Delete Lines in Files Using sed on Linux
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
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
Jun 26, 2023 · Fundamentals

Master Regular Expressions in Shell: Practical sed & gawk Guide

This tutorial explains how to create and use regular expressions with the sed editor and gawk program in shell scripts, covering basic concepts, pattern types, special characters, quantifiers, grouping, and real‑world examples such as counting files, validating phone numbers, and verifying email addresses.

Bashgawkregex
0 likes · 34 min read
Master Regular Expressions in Shell: Practical sed & gawk Guide
Liangxu Linux
Liangxu Linux
Nov 10, 2022 · Fundamentals

Master Linux Text Manipulation with tr and fmt: Practical Examples

Learn how to use the Linux command‑line utilities tr and fmt for powerful text transformation—covering character replacement, case conversion, whitespace handling, and deletion of digits or punctuation, and formatting options—through clear syntax explanations and step‑by‑step examples.

Linuxfmttext processing
0 likes · 11 min read
Master Linux Text Manipulation with tr and fmt: Practical Examples
Efficient Ops
Efficient Ops
May 17, 2022 · Fundamentals

Mastering sed: Powerful Stream Editing Techniques for Linux

This tutorial introduces the Linux stream editor sed, explains its working principle, common usage scenarios, regular expression basics, essential command syntax, address selection methods, and provides practical examples to help readers efficiently perform automated text manipulation tasks.

Linuxregexsed
0 likes · 12 min read
Mastering sed: Powerful Stream Editing Techniques for Linux
Programmer DD
Programmer DD
Mar 11, 2022 · Frontend Development

How to Convert Chinese Text to Pinyin with pinyin‑pro: A Complete Guide

This article introduces the pinyin‑pro JavaScript library, explains its rich features such as tone handling, initials, finals, polyphone support, surname mode, non‑Chinese character filtering, custom pinyin definitions, and matching, and provides step‑by‑step installation and usage examples for both browser and Node environments.

JavaScriptLibraryNode
0 likes · 9 min read
How to Convert Chinese Text to Pinyin with pinyin‑pro: A Complete Guide
Liangxu Linux
Liangxu Linux
Dec 24, 2021 · Fundamentals

Master Linux Grep: Quickly Find Any Text Across Files and Directories

Learn how to use the powerful grep command on Linux to recursively search for specific text, filter results with options like whole‑word matching, case‑insensitivity, include/exclude patterns, and display line numbers, all illustrated with clear examples and command syntax.

Grepcommand-linesearch
0 likes · 4 min read
Master Linux Grep: Quickly Find Any Text Across Files and Directories
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
FunTester
FunTester
Oct 7, 2021 · Fundamentals

Mastering Java Regular Expressions: Theory, Syntax, and Practical Examples

This article provides a comprehensive guide to Java regular expressions, covering their theoretical background, essential syntax elements, quantifiers, boundary matches, logical operators, and a wide range of practical examples for validation, replacement, splitting, and pattern matching of strings.

javajava-util-regexpattern-matching
0 likes · 9 min read
Mastering Java Regular Expressions: Theory, Syntax, and Practical Examples
Python Crawling & Data Mining
Python Crawling & Data Mining
Sep 27, 2021 · Fundamentals

Master Pandas Text Manipulation: From Basics to Advanced String Operations

This guide walks you through handling textual data with pandas, covering basic and new string dtypes, essential string methods for formatting, alignment, counting, encoding, and advanced operations such as splitting, replacing, concatenating, matching, and extracting patterns, all illustrated with clear code examples.

PythonString Methodsdata analysis
0 likes · 13 min read
Master Pandas Text Manipulation: From Basics to Advanced String Operations
Open Source Linux
Open Source Linux
Sep 8, 2021 · Fundamentals

Master Essential Linux Shell Tools for Text Processing and Automation

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

BashUnix toolstext processing
0 likes · 15 min read
Master Essential Linux Shell Tools for Text Processing and Automation
Efficient Ops
Efficient Ops
Sep 1, 2021 · Fundamentals

Master Essential Linux Shell Tools: find, grep, awk, sed & More

This guide introduces the most commonly used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their key options, practical examples, and best practices to help you efficiently manipulate files and data from the command line.

LinuxUnix toolstext processing
0 likes · 14 min read
Master Essential Linux Shell Tools: find, grep, awk, sed & More
macrozheng
macrozheng
Jul 7, 2021 · Operations

Query Linux Logs with SQL Using the ‘q’ Command-Line Tool

The article introduces the command‑line utility q, explains how to install it on Linux and Windows, and demonstrates using familiar SQLite‑style SQL queries to search, filter, join, and aggregate log files and command output, offering a convenient alternative to traditional shell tools.

Linuxcommand-linelog analysis
0 likes · 10 min read
Query Linux Logs with SQL Using the ‘q’ Command-Line Tool
Tencent Cloud Developer
Tencent Cloud Developer
Jun 29, 2021 · Information Security

Tencent Cloud Object Storage Content Security: Comprehensive Multi-Modal Content Moderation Solution

Tencent Cloud Object Storage Content Security offers a comprehensive, multi‑modal moderation solution—leveraging YouTu Lab’s advanced image, video, audio and text analysis—to automatically detect and handle prohibited material across hundreds of violation types, providing one‑click task initiation, configurable callbacks, and visual tracking for platforms such as social media, online education, e‑commerce, and gaming.

AI content moderationAudio AnalysisContent Security
0 likes · 6 min read
Tencent Cloud Object Storage Content Security: Comprehensive Multi-Modal Content Moderation Solution
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 16, 2021 · Artificial Intelligence

Master Chinese Text Segmentation with jieba: Installation, Modes, and Advanced Tricks

This tutorial walks you through installing the jieba Python library, explains its three segmentation modes—precise, full, and search—demonstrates how to add or delete words, manage custom dictionaries, handle stop words, perform weight analysis, adjust word frequencies, and retrieve token positions, all with clear code examples and visual output.

NLPPythonchinese segmentation
0 likes · 10 min read
Master Chinese Text Segmentation with jieba: Installation, Modes, and Advanced Tricks
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2021 · Fundamentals

Common Built‑in String Methods in Python

This article introduces Python’s built‑in string class and explains ten commonly used string methods—including center, count, find, swapcase, startswith/endswith, split, case conversions, justification, strip, and zfill—detailing their syntax, parameters, and example usages while emphasizing that they return new strings without altering the original.

PythonString MethodsUnicode
0 likes · 9 min read
Common Built‑in String Methods in Python
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
Liangxu Linux
Liangxu Linux
Jan 31, 2021 · Fundamentals

Mastering sed: Essential Commands and Real-World Examples for Text Processing

This guide introduces the stream editor sed, explains its working principle, basic syntax, regular‑expression fundamentals, address selection, and common sub‑commands such as substitute, append, insert, delete, and more, while providing practical examples and exercises to help readers efficiently manipulate text in Linux environments.

regular expressionssedtext processing
0 likes · 14 min read
Mastering sed: Essential Commands and Real-World Examples for Text Processing
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
Efficient Ops
Efficient Ops
Jun 29, 2020 · Fundamentals

Mastering sed: Essential Commands for Fast Text Processing

This guide introduces the core concepts of the Unix sed command, covering its basic syntax, common options, address ranges, editing commands, substitution patterns, useful flags, and practical one‑liners for text manipulation and system administration tasks.

Shell scriptingUnixsed
0 likes · 10 min read
Mastering sed: Essential Commands for Fast Text Processing
Laravel Tech Community
Laravel Tech Community
Jun 3, 2020 · Backend Development

Mastering PHP's ltrim(): Remove Unwanted Characters from Strings

This article explains how PHP's ltrim() function removes leading whitespace or custom-specified characters from strings, details its parameters and default character set, and provides clear code examples demonstrating default trimming, custom masks, and range-based character removal.

BackendPHPString Manipulation
0 likes · 3 min read
Mastering PHP's ltrim(): Remove Unwanted Characters from Strings
ITPUB
ITPUB
Apr 13, 2020 · Fundamentals

Mastering the Linux cut Command: Practical Examples and Advanced Options

This tutorial explains the Linux cut command, covering its syntax, key options such as -f, -d, -b, -c, --complement and --output-delimiter, and provides numerous real‑world examples for extracting fields, characters, and bytes from text files and combining cut with other Unix utilities.

LinuxShellUnix
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples and Advanced Options
Efficient Ops
Efficient Ops
Mar 29, 2020 · Fundamentals

Master Linux Regex: Practical grep Examples for Powerful Text Search

This guide explains regular expressions and their metacharacters in Linux, shows how to configure grep with color, creates a sample text file, and provides numerous practical grep commands demonstrating pattern matching, character classes, quantifiers, and grouping for effective text processing.

Greptext processing
0 likes · 9 min read
Master Linux Regex: Practical grep Examples for Powerful Text Search
Python Programming Learning Circle
Python Programming Learning Circle
Feb 9, 2020 · Fundamentals

Understanding Python's re Module and Regular Expressions

This article introduces Python's re module, explaining regular expression fundamentals, key functions such as match, search, compile, sub, findall, finditer, and split, detailing their syntax, parameters, flags, and providing numerous code examples to illustrate pattern matching, searching, replacing, and splitting strings.

re moduleregexstring-matching
0 likes · 17 min read
Understanding Python's re Module and Regular Expressions
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