Tag

find

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 3, 2025 · Operations

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

Learn how to use the versatile Unix ‘find’ command to search and manipulate files by name, type, size, timestamps, and more, with detailed syntax, common options, and practical examples for printing, deleting, and executing actions on matched files.

Command LineUnixfile-search
0 likes · 7 min read
Master the Linux ‘find’ Command: Powerful File Search Techniques
Efficient Ops
Efficient Ops
Nov 17, 2024 · Operations

Master Linux Find: 8 Powerful Ways to Locate and Manage Files

This article explains eight practical uses of the Linux find command—including searching by name, type, timestamps, size, permissions, ownership, executing actions on matches, and directory name patterns—providing clear examples and code snippets to help administrators efficiently locate and manage files.

awkfile-searchfind
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Efficient Ops
Efficient Ops
Nov 28, 2022 · Operations

Mastering the Linux ‘find’ Command: Tips, Syntax, and Powerful Examples

This guide thoroughly explains the Linux find command, covering its basic syntax, expression types such as tests, actions, and options, time‑based and attribute filters, path matching, operators, and advanced usage of -exec, -ok, and other parameters with practical code examples.

Command LineSystem Administrationfile-search
0 likes · 18 min read
Mastering the Linux ‘find’ Command: Tips, Syntax, and Powerful Examples
Efficient Ops
Efficient Ops
Aug 18, 2022 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

This guide shows step‑by‑step Linux commands—df, du, find, lsof, and tune2fs—to pinpoint large directories, uncover hidden space used by deleted files, and adjust reserved root space, helping you resolve mysterious disk‑space alerts efficiently.

Server Operationsdfdisk usage
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Efficient Ops
Efficient Ops
Sep 28, 2021 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

This guide explains how to use Linux commands such as df, du, find, and lsof to quickly locate directories, files, or deleted resources that are consuming disk space, and shows how to adjust reserved space with tune2fs to recover seemingly missing storage.

Operationsdfdisk space
0 likes · 5 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Laravel Tech Community
Laravel Tech Community
Sep 15, 2021 · Operations

Using Find Command and Tools to Detect Duplicate Files on Linux

This article explains three methods for locating duplicate files on Linux—using a complex find‑pipeline, installing the cross‑platform dupeGuru tool, and a step‑by‑step breakdown of each command in the pipeline—complete with code snippets and usage tips.

Command LineDuplicate FilesdupeGuru
0 likes · 7 min read
Using Find Command and Tools to Detect Duplicate Files on Linux
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 9, 2021 · Operations

Comprehensive Guide to Using the Linux find Command for File Search and Management

This article provides a detailed tutorial on the Linux find command, covering how to locate files by name, type, size, time, and permissions, combine conditions, execute actions, and compare it with the locate utility, offering practical examples for system administrators.

Command LineSystem Administrationfile-search
0 likes · 10 min read
Comprehensive Guide to Using the Linux find Command for File Search and Management
Practical DevOps Architecture
Practical DevOps Architecture
Nov 12, 2020 · Fundamentals

Using the Linux find Command: Syntax, Real‑time Search, and Common Methods

The article explains why the Linux find command is preferred over locate for real‑time, precise file searches, outlines its basic syntax, and demonstrates three common usage methods—piping to xargs, command substitution with $(), and the -exec option—complete with example commands and outputs.

Command Linefile-searchfind
0 likes · 5 min read
Using the Linux find Command: Syntax, Real‑time Search, and Common Methods
Efficient Ops
Efficient Ops
Oct 13, 2019 · Fundamentals

Master Essential Linux Shell Text Processing Tools: find, grep, awk, and More

This article provides a comprehensive guide to the most frequently used Linux shell text‑processing utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering practical examples, command‑line options, and tips for efficient one‑ or two‑line scripts.

Command Lineawkfind
0 likes · 19 min read
Master Essential Linux Shell Text Processing Tools: find, grep, awk, and More
Efficient Ops
Efficient Ops
Jan 14, 2019 · Operations

Master Essential Linux Shell Tools: find, grep, awk, and More

This guide presents a comprehensive overview of the most frequently used Linux shell utilities for text processing—such as find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering practical examples, key options, and best‑practice recommendations for efficient command‑line workflows.

Command Lineawkfind
0 likes · 17 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 25, 2018 · Fundamentals

Common Linux Commands for Finding Files: which, whereis, type, locate, and find

This article introduces several essential Linux commands—which, whereis, type, locate, and find—explaining how they search for binaries, manuals, source files, or any files on disk, along with practical examples and usage tips for effective file location.

Command Linefile-searchfind
0 likes · 11 min read
Common Linux Commands for Finding Files: which, whereis, type, locate, and find