Tagged articles
11 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2025 · Operations

Master Linux ‘sort’: Essential Options and Real-World Examples

This guide explains the Linux sort command, covering its most useful options—such as numeric, human‑readable, case‑insensitive, field‑based, and reverse sorting—and demonstrates practical examples for default sorting, column sorting, deduplication, and writing results to files.

Linuxcommand-linesort
0 likes · 7 min read
Master Linux ‘sort’: Essential Options and Real-World Examples
Laravel Tech Community
Laravel Tech Community
Feb 2, 2023 · Backend Development

Using overtrue/pinyin in PHP to Convert Chinese Characters to Pinyin

This guide explains how to install the overtrue/pinyin Composer package and demonstrates various PHP methods for converting Chinese text to pinyin, including tone styles, array output, permalink generation, abbreviation extraction, handling polyphones, and using the command‑line tool.

BackendChineseovertrue
0 likes · 6 min read
Using overtrue/pinyin in PHP to Convert Chinese Characters to Pinyin
ITPUB
ITPUB
Sep 20, 2020 · Fundamentals

Boost Your Development Efficiency with Essential Shell Commands

This article introduces a collection of essential Linux/macOS command‑line tools—such as find, grep, awk, sed, and others—explaining their key options and demonstrating practical examples like log analysis, database URL correction, and bulk file processing to dramatically improve everyday developer productivity.

AutomationShellcommand-line
0 likes · 18 min read
Boost Your Development Efficiency with Essential Shell Commands
Liangxu Linux
Liangxu Linux
Sep 6, 2020 · Fundamentals

Master Grep: Search Multiple Patterns Efficiently with One Command

This guide explains how to use the powerful grep command to search for multiple strings simultaneously, covering basic, extended, and Perl-compatible regular expressions, the OR operator syntax, case‑insensitive searches, whole‑word matching, and practical examples for log file analysis.

GrepSearchcommand-line
0 likes · 6 min read
Master Grep: Search Multiple Patterns Efficiently with One Command
MaGe Linux Operations
MaGe Linux Operations
Oct 9, 2018 · Fundamentals

Unlock Powerful Linux Text Tools: col, colrm, comm, csplit, and More

This article introduces a collection of essential Linux command‑line utilities—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—explaining their primary functions for filtering, editing, searching, and manipulating text and files.

Shellcommand-linetext-processing
0 likes · 10 min read
Unlock Powerful Linux Text Tools: col, colrm, comm, csplit, and More
ITPUB
ITPUB
Jul 31, 2017 · Fundamentals

30 Essential One‑Liners to Transform and Analyze Text Files with Linux

This guide presents a collection of practical Linux command‑line one‑liners that demonstrate how to join filenames, reverse lines, strip comments, trim characters, compute column statistics, generate DNA reverse complements, merge files, deduplicate, and perform other common text‑processing tasks using tools such as ls, paste, xargs, awk, sed, cut and sort.

Linuxawkcommand-line
0 likes · 10 min read
30 Essential One‑Liners to Transform and Analyze Text Files with Linux