Linux command examples - Page 5

Find practical command examples with flags, expected output, common mistakes, and safer ways to run everyday shell workflows.

Curated guides

Linux command guides

80 matched guides, best match first. Page 5 of 7.

df command graphic showing disk usage, mounted filesystems, a terminal df -h example, and Tux

df Command in Linux With Examples

Disk-full alerts are easier to handle when you can separate filesystem capacity from directory growth. The df command in Linux reports used space, available space, mount points, filesystem...

Published

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 )

Linux Tux mascot with terminal windows and task checklist representing batch command scheduling

Batch Command in Linux with Examples

Long maintenance jobs do not always need a clock time; sometimes they just need a quieter system. The batch command in Linux queues shell commands for atd and...

Updated ( Published )

cURL command examples in Linux terminal showing data transfer and API requests

curl command in Linux with Examples

When you need to test an endpoint, download a release asset, or send a quick API request without opening a browser, the curl command in Linux gives you...

Updated ( Published )