Linux text processing command guides - Page 2

Read, filter, edit, and reshape shell text with practical examples for pipelines, fields, matches, replacements, redirects, and output handling.

Curated guides

Text command guides

24 matched guides, best match first. Page 2 of 2.

bzdiff comparing File A.bz2 and File B.bz2 with highlighted diff lines and Tux Linux mascot

bzdiff Command in Linux with Examples

Comparing old log snapshots or configuration exports gets awkward when the files are still compressed with bzip2. The bzdiff command in Linux compares the decompressed content of .bz2...

Published

Illustration of the sed command in Linux for powerful text manipulation and stream editing

sed Command in Linux with Examples

The sed command in Linux turns repetitive text edits into repeatable terminal commands. It reads files or pipeline input line by line, applies the editing rules you provide,...

Updated ( Published )

Terminal window showing the Linux read command capturing user input in a Bash script

read Command in Linux with Examples

Interactive shell scripts need a clean way to pause, collect an answer, and reuse that value in the next command. The read command in Linux handles that job...

Updated ( Published )

split command text and Linux penguin logo representing file splitting on Linux

split Command in Linux with Examples

Large logs, database exports, and backup archives get easier to move or process when you can cut them into predictable pieces without changing the original data. The split...

Updated ( Published )

Terminal window showing grep command filtering text output on Linux system.

grep Command in Linux with Examples

Logs, configuration files, and command output get noisy fast; the grep command in Linux cuts them down to the lines that match a word, phrase, or regular expression....

Updated ( Published )