Tagged articles
144 articles
Page 2 of 2
Liangxu Linux
Liangxu Linux
Aug 25, 2019 · Fundamentals

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

This guide provides a comprehensive overview of essential Linux shell tools for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—complete with practical command examples, common options, and tips for combining these utilities to solve real‑world file‑handling tasks.

Grepsedtext processing
0 likes · 16 min read
Master Linux Text Processing: Find, Grep, Sed, Awk and More
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
Jun 21, 2019 · Fundamentals

Master awk: From Simple Column Extraction to Powerful Data Aggregation

This tutorial explains how awk works, demonstrates printing specific columns, changing field separators, applying conditional filters, using BEGIN/END blocks for headers and footers, performing calculations, and leveraging built‑in variables and functions for advanced text processing on Linux.

Shell scriptingtext processing
0 likes · 7 min read
Master awk: From Simple Column Extraction to Powerful Data Aggregation
Liangxu Linux
Liangxu Linux
Apr 16, 2019 · Fundamentals

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

This guide provides a comprehensive overview of essential Linux command‑line tools for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—complete with practical examples, common options, and tips for chaining commands to efficiently search, transform, and analyze files.

Grepsedtext processing
0 likes · 15 min read
Master Linux Text Processing: Find, Grep, Sed, Awk and More
MaGe Linux Operations
MaGe Linux Operations
Mar 17, 2019 · Fundamentals

Master Linux Regular Expressions: Essential Metacharacters and Practical Examples

This article introduces Linux regular expressions, explains the two types of metacharacters—shell and regex—shows how to enable colored output with grep, provides a sample test file, and demonstrates numerous practical pattern-matching examples ranging from simple word searches to complex character class and repetition constructs.

GrepLinuxShell scripting
0 likes · 5 min read
Master Linux Regular Expressions: Essential Metacharacters and Practical Examples
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
58 Tech
58 Tech
Jan 22, 2019 · Artificial Intelligence

Chinese Word Segmentation: Challenges, Methods, and Practical Practices

The article explains why Chinese word segmentation is essential for NLP tasks, outlines its fundamental difficulties such as ambiguity and out‑of‑vocabulary words, reviews dictionary‑based, statistical, and CRF approaches, and shares practical experiences from 58 Search’s production system.

CRFLanguage ModelNLP
0 likes · 21 min read
Chinese Word Segmentation: Challenges, Methods, and Practical Practices
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
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2018 · Fundamentals

Master Python Regular Expressions: Syntax, Flags, and Practical Usage

This article provides a comprehensive guide to Python regular expressions, covering regex syntax, character classes, quantifiers, groups, assertions, conditional matches, flags, the re module’s core functions, match object methods, and practical examples for effective pattern matching.

Pythonpattern-matchingre module
0 likes · 13 min read
Master Python Regular Expressions: Syntax, Flags, and Practical Usage
JD Tech
JD Tech
Dec 18, 2018 · Fundamentals

Understanding Character Encoding: Bits, Bytes, Unicode, UTF-8, UTF-16, and UTF-32

This article explains the origins of character sets, the relationships among various encodings such as ASCII, GB2312, GBK, GB18030, Unicode, UTF-8, UTF-16, and UTF-32, and shows how JavaScript handles Unicode and emoji characters, including practical code examples and solutions for length‑limited input fields.

UTF-16UTF-8Unicode
0 likes · 11 min read
Understanding Character Encoding: Bits, Bytes, Unicode, UTF-8, UTF-16, and UTF-32
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
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
MaGe Linux Operations
MaGe Linux Operations
Mar 5, 2018 · Fundamentals

Master AWK: Powerful Text Processing Techniques and Real-World Examples

This article introduces AWK—a versatile text‑analysis language—explaining its origins, core concepts, command‑line usage, built‑in variables, printing functions, programming constructs, conditionals, loops, and associative arrays, and provides practical Linux examples for extracting and summarizing data.

Data ExtractionShell scriptingawk
0 likes · 12 min read
Master AWK: Powerful Text Processing Techniques and Real-World Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 23, 2018 · Fundamentals

Master AWK: A Quick Guide to Text Processing and Scripting

This comprehensive AWK tutorial introduces the language’s origins, variants, typical use‑cases, workflow, program structure, syntax, command‑line options, operators, regular expressions, arrays, control flow, functions, I/O redirection, and shell integration, providing clear examples and visual diagrams for beginners.

Scriptingawkgawk
0 likes · 18 min read
Master AWK: A Quick Guide to Text Processing and Scripting
MaGe Linux Operations
MaGe Linux Operations
Dec 9, 2017 · Fundamentals

Mastering Awk: From Basics to Advanced Text Processing

This comprehensive guide introduces Awk, explains its command‑line syntax, script structure, patterns, built‑in variables, arrays, functions, operators, statements, I/O handling, and practical examples, enabling readers to harness Awk for powerful text processing tasks on Unix-like systems.

Shell scriptingUnixawk
0 likes · 31 min read
Mastering Awk: From Basics to Advanced Text Processing
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
ITPUB
ITPUB
Jun 6, 2017 · Fundamentals

Master Linux Text Processing: Essential Shell Tools and Practical Examples

This article provides a comprehensive guide to the most commonly used Linux shell utilities for text manipulation—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering clear explanations, typical parameters, and real‑world command examples to help you handle files efficiently.

GrepShellawk
0 likes · 15 min read
Master Linux Text Processing: Essential Shell Tools and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Feb 23, 2017 · Fundamentals

Master Essential Linux Commands: From col to wc Explained

This article provides concise explanations of dozens of essential Linux command‑line tools—including col, colrm, comm, csplit, ed, egrep, ex, fgrep, fmt, fold, grep, ispell, jed, joe, join, look, mtype, pico, rgrep, sed, sort, spell, tr, expr, uniq, wc, and let—detailing their purposes, typical usage, and how they handle input and output streams.

LinuxShellUnix
0 likes · 10 min read
Master Essential Linux Commands: From col to wc Explained
ZhiKe AI
ZhiKe AI
Feb 21, 2017 · Fundamentals

Mastering awk: Powerful Text Analysis and Reporting Beyond grep and sed

This article introduces awk as a versatile text‑processing language, explains its origins and variants, details command‑line syntax and three invocation methods, and walks through practical examples—from extracting fields in system files to using built‑in variables, conditionals, loops, arrays, and formatted output with print and printf.

Shell scriptingUnixawk
0 likes · 11 min read
Mastering awk: Powerful Text Analysis and Reporting Beyond grep and sed
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
ZhiKe AI
ZhiKe AI
Feb 16, 2017 · Fundamentals

How to Use the cut Command to Extract Text Columns in Linux

This guide explains how to use the Unix cut command to extract specific columns or character ranges from files or streams, detailing the -d, -f, and -c options with clear examples such as selecting fields from colon‑separated data.

ShellUnixcommand-line
0 likes · 2 min read
How to Use the cut Command to Extract Text Columns in Linux
MaGe Linux Operations
MaGe Linux Operations
Feb 8, 2017 · Fundamentals

Master Python’s re Module: A Complete Guide to Regular Expressions

This article explains how Python’s re module implements regular expressions—a powerful, language‑agnostic tool for pattern matching, validation, searching, and text manipulation—covering compilation, core functions, metacharacters, grouping, and practical usage examples.

re moduleregexregular expressions
0 likes · 7 min read
Master Python’s re Module: A Complete Guide to Regular Expressions
MaGe Linux Operations
MaGe Linux Operations
May 26, 2016 · Fundamentals

Master Linux Text Processing: Essential Shell Commands Explained

This article introduces the most commonly used Linux shell utilities for text processing—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing practical examples, key options, and tips for efficient one‑line scripting while suggesting Python for more complex tasks.

LinuxShellUnix tools
0 likes · 20 min read
Master Linux Text Processing: Essential Shell Commands Explained
ITPUB
ITPUB
Jan 22, 2016 · Fundamentals

Mastering Python Encoding Errors with Custom Error Handlers

This article explains Python's two-step encoding conversion, the built‑in error handling options for decode/encode, and how to register custom error handlers to gracefully process mixed‑encoding text and avoid UnicodeDecodeError exceptions.

Custom DecoderUnicodeencoding
0 likes · 4 min read
Mastering Python Encoding Errors with Custom Error Handlers
Java High-Performance Architecture
Java High-Performance Architecture
Nov 22, 2015 · Fundamentals

Master awk: Powerful Text Processing Tricks for Linux Users

This article introduces awk as a powerful Linux text‑analysis tool, explains its line‑by‑line processing, field splitting, built‑in variables, and common command examples—from printing filenames to calculating directory sizes—demonstrating how to create scripts for sorting, filtering, and reporting data.

Shell scriptingawkcommand-line
0 likes · 6 min read
Master awk: Powerful Text Processing Tricks for Linux Users
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
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.

Shellcommand-linefile editing
0 likes · 3 min read
Using sed to Edit a Specific Range in a Large File
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.

Data ExtractionShell scriptingawk
0 likes · 6 min read
A One‑Minute Guide to AWK: Basics, Syntax, and Common Use Cases