Tag

sed

1 views collected around this technical thread.

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.

Linux automationexpectsed
0 likes · 7 min read
Mastering sed and expect: Powerful One‑Liner Tricks for Linux Automation
Java Architect Essentials
Java Architect Essentials
May 15, 2024 · Operations

Quick Techniques for Locating Errors in Large Log Files Using Linux Commands

This article demonstrates several efficient Linux command‑line methods—including tail, head, grep, sed, and pagination tools—to quickly pinpoint error entries, view surrounding context, filter by time range, and count occurrences within massive log files.

Log AnalysisShell Commandsgrep
0 likes · 12 min read
Quick Techniques for Locating Errors in Large Log Files Using Linux Commands
Aikesheng Open Source Community
Aikesheng Open Source Community
May 9, 2023 · Operations

Sed Command Hangs During MySQL MHA Installation Due to Charset Mismatch and Comment Formatting

The article analyzes why a sed command freezes while modifying a MySQL MHA installation script on a CentOS 6 system, identifies the charset conversion issue caused by GBK locale and missing spaces after comment symbols, and provides a step‑by‑step debugging and fix procedure.

CharsetMHAdebugging
0 likes · 6 min read
Sed Command Hangs During MySQL MHA Installation Due to Charset Mismatch and Comment Formatting
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.

Command-linelinuxregex
0 likes · 12 min read
Mastering sed: Powerful Stream Editing Techniques for Linux
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
Practical DevOps Architecture
Practical DevOps Architecture
Dec 2, 2020 · Operations

Comprehensive Guide to Using sed for Searching, Deleting, and Replacing Text in Linux

This article explains how to use the Unix stream editor sed for line selection, pattern searching, deletion, and substitution, covering basic syntax, regular‑expression tricks, multiple‑command usage, and in‑place file editing with practical command‑line examples.

Shelllinuxregex
0 likes · 9 min read
Comprehensive Guide to Using sed for Searching, Deleting, and Replacing Text in 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.

Shellawkgrep
0 likes · 4 min read
Understanding awk, grep, and sed: The Three Essential Linux Text‑Processing Tools
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.

Command-lineUnixregex
0 likes · 10 min read
Mastering sed: Essential Commands for Fast Text Processing
Efficient Ops
Efficient Ops
Jul 10, 2019 · Fundamentals

Mastering sed: Powerful Text Editing and Stream Processing in Linux

This article provides a comprehensive guide to the Linux stream editor sed, covering its batch processing workflow, core options (-e, -f, -n), common commands for substitution, deletion, insertion, line addressing, pattern filtering, transliteration, and file I/O with clear examples and code snippets.

Command-lineUnixlinux
0 likes · 12 min read
Mastering sed: Powerful Text Editing and Stream Processing in Linux
Architects' Tech Alliance
Architects' Tech Alliance
Dec 12, 2018 · Information Security

Understanding Enterprise Self‑Encrypting Drives (SED), Key Management Controllers (KMC) and NetApp Encryption Technologies

This article explains how enterprise self‑encrypting drives (SED) work with FIPS‑compliant key management controllers (KMC), details the encryption and key lifecycle processes, compares SED variants, and introduces NetApp's NSE and NVE storage encryption solutions for secure data protection.

KMCNetAppencryption
0 likes · 13 min read
Understanding Enterprise Self‑Encrypting Drives (SED), Key Management Controllers (KMC) and NetApp Encryption Technologies
Practical DevOps Architecture
Practical DevOps Architecture
Jul 12, 2016 · Fundamentals

Common sed Commands for Text Manipulation with Regular Expressions

This article provides a concise collection of practical sed command examples, demonstrating how to print, delete, substitute, and transform lines and characters in a text file using regular expressions, including techniques for case conversion, line numbering, and in‑place editing.

Command-lineUnixregular expressions
0 likes · 6 min read
Common sed Commands for Text Manipulation with Regular Expressions
Qunar Tech Salon
Qunar Tech Salon
May 22, 2015 · Fundamentals

Using sed to Edit a Specific Range in a Large File

The article explains how to safely edit a particular line range in a large file using the Unix sed command, guiding readers through consulting the manual, understanding address syntax, and providing a concrete example command to replace text within the specified lines.

Command-lineShellUnix
0 likes · 3 min read
Using sed to Edit a Specific Range in a Large File