Tag

file-search

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
May 5, 2025 · Operations

Mastering Linux Find: 8 Powerful Use Cases for System Operations

This article explains why the Linux find command is essential for administrators, walks through a common interview question about deleting year‑old log files, and then presents eight practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, execution actions, and directory searches—complete with ready‑to‑run code examples.

System Administrationfile-searchfind command
0 likes · 8 min read
Mastering Linux Find: 8 Powerful Use Cases for System Operations
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
Aug 11, 2024 · Operations

Unlock Linux File Permissions: Master SUID, SGID, and Advanced Find Commands

This guide explains Linux permission basics, the special SUID/SGID/sticky bits, and shows how to use the powerful find command to locate files by name, timestamps, size, or exact permissions, complete with practical code examples.

PermissionsSUIDfile-search
0 likes · 7 min read
Unlock Linux File Permissions: Master SUID, SGID, and Advanced Find Commands
Efficient Ops
Efficient Ops
May 27, 2024 · Operations

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

This article explains why the Linux find command is essential for operations, walks through an interview question about deleting year‑old logs, and then details eight practical find usages—including name patterns, file types, timestamps, sizes, permissions, ownership, executing actions, and directory searches—complete with example commands.

Operationsfile-searchfind command
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Sohu Tech Products
Sohu Tech Products
May 15, 2024 · Artificial Intelligence

OpenAI Assistants API Quickstart Project for Next.js

OpenAI’s open‑source openai‑assistants‑quickstart project shows how to integrate the Assistants API into a Next.js app, offering streaming chat, code‑interpreter, file‑search, and function‑calling tools, and provides step‑by‑step setup instructions so developers can quickly build and customize AI assistants.

AI AssistantAssistants APICode Interpreter
0 likes · 4 min read
OpenAI Assistants API Quickstart Project for Next.js
php中文网 Courses
php中文网 Courses
Feb 4, 2024 · Backend Development

Using PHP glob() Function to Find Files and Directories

This article explains the PHP glob() function, its syntax and optional flags, and provides four practical examples demonstrating how to locate PHP files, multiple file types, files using wildcards, and directories, while highlighting performance considerations.

PHPbackendfile-search
0 likes · 5 min read
Using PHP glob() Function to Find Files and Directories
php中文网 Courses
php中文网 Courses
Jan 29, 2024 · Backend Development

Using PHP's glob() Function to Search Files and Directories

This article introduces PHP's glob() function, explains its syntax and parameters, and provides multiple code examples demonstrating how to locate files, filter by patterns, search across multiple directories, and retrieve only directories, while noting performance considerations.

Pattern Matchingbackendfile-search
0 likes · 4 min read
Using PHP's glob() Function to Search Files and Directories
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
Jul 11, 2022 · Operations

Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files

This article explains the essential Linux find command, walks through a common interview problem of deleting log files older than a year, and demonstrates seven practical usages—including searching by name, type, timestamps, size, permissions, ownership, and executing actions on matched files—complete with clear code examples.

System Administrationfile-searchfind command
0 likes · 7 min read
Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files
IT Services Circle
IT Services Circle
Apr 13, 2022 · Operations

A Comprehensive Guide to Using the fd File Search Tool

This article introduces the open‑source, Rust‑based command‑line utility fd, explains how to install it on various platforms, and demonstrates a wide range of search options—including hidden files, case sensitivity, depth limits, file‑type filtering, and exec commands—providing a practical tutorial for efficient file searching.

Command LineUnixfd
0 likes · 12 min read
A Comprehensive Guide to Using the fd File Search Tool
Python Programming Learning Circle
Python Programming Learning Circle
Mar 21, 2022 · Fundamentals

Python Script to Search and Move Files by Extension with Command-Line Arguments

This article demonstrates how to write a Python program that recursively searches a specified directory for files of a given extension (e.g., PNG), moves the found files to a target directory, and later adapts the script to accept command‑line parameters for flexible execution.

Command LinePythonfile-move
0 likes · 5 min read
Python Script to Search and Move Files by Extension with Command-Line Arguments
DevOps Cloud Academy
DevOps Cloud Academy
Mar 13, 2022 · Operations

7 Practical Uses of the Linux find Command

This article explains seven real‑world applications of the Linux find command, covering file name patterns, type filtering, timestamps, size, permissions, ownership, and executing actions on matched files, with clear examples for system administrators and developers.

Command LineOperationsfile-search
0 likes · 7 min read
7 Practical Uses of the Linux find Command
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
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