Liangxu Linux
Liangxu Linux
Jul 20, 2025 · Operations

Essential Linux Command-Line Tricks for Everyday Tasks

This guide presents practical Linux command-line techniques, covering file checksum verification, locating files, command-line editing shortcuts, process inspection, log capturing, library dependency checks, ELF header inspection, and various text file viewing commands.

Process ManagementShell Tipsfile verification
0 likes · 9 min read
Essential Linux Command-Line Tricks for Everyday Tasks
Liangxu Linux
Liangxu Linux
Sep 23, 2020 · Operations

Speed Up File Path Verification with Bash: Split & Parallel Execution

This guide shows how to efficiently verify whether millions of file paths exist on remote servers by splitting a large list into smaller chunks and processing each chunk concurrently with a Bash script, dramatically reducing runtime compared to a single‑threaded approach.

Linux scriptingbashfile verification
0 likes · 4 min read
Speed Up File Path Verification with Bash: Split & Parallel Execution