Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 27, 2025 · Operations

Comprehensive Guide to Linux File Search Commands

This article explains how to locate files and commands on a Linux system using utilities such as which, whereis, locate (with updatedb), and find with a wide range of options like -name, -size, -user, -perm, -type, -time, -inum, logical operators, and -exec, providing concrete command examples for each scenario.

command-linefile-searchfind
0 likes · 11 min read
Comprehensive Guide to Linux File Search Commands
Liangxu Linux
Liangxu Linux
Jan 12, 2025 · Operations

Master Linux File Search: locate vs. find – Fast Tips and Advanced Options

This guide explains how Linux’s locate and find commands work, compares their performance and features, and provides detailed usage examples, options, and advanced techniques such as depth control, type filtering, size and time queries, permission checks, combined conditions, and xargs integration.

Linuxcommand-linefile-search
0 likes · 8 min read
Master Linux File Search: locate vs. find – Fast Tips and Advanced Options
Liangxu Linux
Liangxu Linux
Dec 19, 2021 · Operations

Mastering the Linux ‘find’ Command: Powerful File Search Techniques

Learn how to effectively locate files on POSIX systems using the versatile ‘find’ command, covering installation, name-based searches, wildcards, regular expressions, modification time filters, type restrictions, depth control, and practical examples for Linux, BSD, and macOS environments.

Linuxcommand-linefile-search
0 likes · 7 min read
Mastering the Linux ‘find’ Command: Powerful File Search Techniques
Liangxu Linux
Liangxu Linux
Jun 16, 2020 · Operations

Master Linux File Search: find, locate, which, and whereis Explained

This guide introduces the essential Linux file‑search utilities—find, locate, which, and whereis—explaining their core syntax, speed trade‑offs, database dependencies, and useful options so you can quickly locate scripts, executables, source files, and manuals on any system.

command-linefile-searchfind
0 likes · 6 min read
Master Linux File Search: find, locate, which, and whereis Explained
ITPUB
ITPUB
Apr 9, 2018 · Fundamentals

Mastering grep: 12 Powerful Ways to Search and Filter Files on Linux

This guide walks you through installing grep, then demonstrates twelve practical techniques—from locating installed packages and filtering configuration files to counting matches, recursive searches, and using extended regular expressions—empowering you to efficiently search and process text on any Linux system.

Linuxcommand-linefile-search
0 likes · 9 min read
Mastering grep: 12 Powerful Ways to Search and Filter Files on Linux