Tagged articles
12 articles
Page 1 of 1
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
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
Liangxu Linux
Liangxu Linux
Jul 16, 2019 · Fundamentals

Mastering sed: Powerful Text Editing Commands for Linux

This guide explains how the stream editor sed works, covering its basic workflow, command‑line options, core commands for substitution, deletion, insertion, appending, changing, transliteration, and file I/O, as well as line‑addressing techniques with practical examples.

Shell scriptingcommand-linestream editor
0 likes · 16 min read
Mastering sed: Powerful Text Editing Commands for Linux
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.

LinuxShell scriptingUnix
0 likes · 12 min read
Mastering sed: Powerful Text Editing and Stream Processing in Linux
ITPUB
ITPUB
Jul 9, 2019 · Fundamentals

Mastering sed: A Complete Guide to Stream Editing on Linux

This article provides a thorough, step‑by‑step tutorial on the Linux stream editor sed, covering its basic workflow, essential options like -e, -f and -n, a full list of editing commands, text substitution techniques, line addressing, deletion, insertion, modification, transliteration, and file I/O operations, all illustrated with concrete command‑line examples.

Linuxcommand-lineregex
0 likes · 13 min read
Mastering sed: A Complete Guide to Stream Editing on Linux
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
MaGe Linux Operations
MaGe Linux Operations
Jun 27, 2017 · Fundamentals

Mastering sed: Stream Editing Basics, Commands, and Advanced Tricks

This article explains the fundamentals of the sed stream editor, covering its execution model, common parameters and actions, addressing methods, pattern and hold spaces, label usage, and provides multiple practical examples illustrating typical command patterns and advanced techniques.

Linuxcommand-lineregex
0 likes · 8 min read
Mastering sed: Stream Editing Basics, Commands, and Advanced Tricks
ZhiKe AI
ZhiKe AI
Feb 20, 2017 · Fundamentals

Mastering sed: A Comprehensive Guide to Stream Editing with Regular Expressions

This article introduces sed as a powerful stream editor for text processing, explains its pattern‑space workflow, details command syntax, addressing methods, options, meta‑characters, and provides numerous concrete examples—including deletions, substitutions, range selections, multi‑command scripts, and file I/O operations—illustrating how each feature works in practice.

Unixcommand-lineregular expressions
0 likes · 16 min read
Mastering sed: A Comprehensive Guide to Stream Editing with Regular Expressions
MaGe Linux Operations
MaGe Linux Operations
Jun 8, 2015 · Fundamentals

Mastering sed: Stream Editing Basics, Commands, and Real‑World Examples

This article introduces the Linux stream editor sed, explains its working principle, basic syntax, address ranges, and editing commands, and provides practical exercises demonstrating common text manipulation tasks such as printing even lines, commenting specific patterns, case conversion, and file modifications.

Linuxcommand-lineregex
0 likes · 10 min read
Mastering sed: Stream Editing Basics, Commands, and Real‑World Examples