Tagged articles
80 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Mar 23, 2026 · Fundamentals

Python String Basics: Finding Substrings and Getting Length

This tutorial demonstrates how to use Python's built-in string functions to obtain a string's length, count occurrences of a substring, convert case, and locate substrings using find, index, and rfind, with concrete code examples and expected outputs.

PythonStringcase-conversion
0 likes · 4 min read
Python String Basics: Finding Substrings and Getting Length
Efficient Ops
Efficient Ops
Jan 21, 2026 · Operations

How to Quickly Find and Clean Large Files on Linux

This guide shows several efficient Linux commands—du, find, ls, and ncdu—to locate large files, sort results, and safely remove unnecessary data, helping you manage disk space before it runs out.

Linuxcommand-linedisk space
0 likes · 5 min read
How to Quickly Find and Clean Large Files on Linux
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
Raymond Ops
Raymond Ops
Jul 16, 2025 · Operations

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

This guide explains how the Linux locate and find commands work, covering their performance characteristics, key features, common options, search criteria, combining conditions, actions, and how to use xargs for parameter passing, helping users choose the right tool for efficient file searching.

File SearchOperationscommand-line
0 likes · 8 min read
Master Linux File Search: locate vs find – Fast Tips & Advanced Options
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.

File SearchLinuxUnix
0 likes · 7 min read
Master the Linux ‘find’ Command: Powerful File Search Techniques
Liangxu Linux
Liangxu Linux
Feb 9, 2025 · Operations

Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples

This guide explains how to use the Linux find command to locate files by type, name, size, inode, and timestamps, demonstrates combining conditions with logical operators, and shows how to pipe results to other utilities such as xargs, -exec, and command substitution for tasks like copying, deleting, and archiving.

File SearchLinuxShell
0 likes · 14 min read
Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples
Liangxu Linux
Liangxu Linux
Feb 5, 2025 · Fundamentals

Mastering Linux File Search: Powerful find Command Examples and Tips

This guide explains the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, user, permissions, depth, logical operators, action flags, integration with xargs, and provides practical examples and exercises for mastering file searching on Unix-like systems.

File SearchGrepLinux
0 likes · 17 min read
Mastering Linux File Search: Powerful find Command Examples and Tips
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
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.

File SearchLinuxShell scripting
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
dbaplus Community
dbaplus Community
Nov 17, 2024 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

When a Linux server triggers a disk‑space alert, you can pinpoint the offending directories or files by using df to view overall usage, du (with depth or max‑depth) or find to list large items, and lsof +L1 to detect deleted files still holding space, then optionally adjust reserved space with tune2fs.

Linuxdfdisk space
0 likes · 5 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency

Learn how to harness the power of the xargs command with ten detailed examples covering basic usage, custom delimiters, output limits, interactive prompts, safety options, and advanced integrations with find, grep, and file handling, all illustrated with clear command-line demonstrations.

GrepLinuxShell scripting
0 likes · 10 min read
Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency
Liangxu Linux
Liangxu Linux
Sep 24, 2024 · Fundamentals

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—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing clear examples, common options, and practical tips for effective command‑line scripting.

GrepLinuxawk
0 likes · 16 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
Open Source Linux
Open Source Linux
Aug 7, 2024 · Fundamentals

Master Essential Linux Shell Tools for Text Processing

This guide introduces the most frequently used Linux shell utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options and providing practical command‑line examples to help readers efficiently manipulate and analyze text files.

GrepShellawk
0 likes · 16 min read
Master Essential Linux Shell Tools for Text Processing
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Apr 19, 2024 · Operations

Mastering Linux Find: Essential Tips and Advanced Usage

This article provides a comprehensive guide to the Linux find command, covering basic printing, filename patterns, type, timestamp, size, permission filters, empty file detection, deletion, date-range searches, parallel execution, absolute path retrieval, basename extraction, and how to exclude the search directory itself.

File Searchcommand-linefind
0 likes · 11 min read
Mastering Linux Find: Essential Tips and Advanced Usage
Liangxu Linux
Liangxu Linux
Jun 24, 2023 · Operations

10 Essential Linux Commands for Quickly Viewing Text Files

This guide introduces ten commonly used Linux command‑line tools—cat, less, head, tail, wc, grep, find, locate, sort, and uniq—explaining their purpose, basic syntax, and practical examples for efficiently inspecting and processing text files.

CATGrepcommand-line
0 likes · 6 min read
10 Essential Linux Commands for Quickly Viewing Text Files
Liangxu Linux
Liangxu Linux
Mar 16, 2023 · Fundamentals

Mastering the Linux find Command: Syntax, Tests, Actions, and Advanced Options

This guide explains the Linux find command in depth, covering its basic syntax, the four expression types (tests, actions, global and positional options), common operators, and practical examples for time‑based, user‑based, permission‑based, and path‑based searches, as well as safe ways to execute commands on matched files.

File SearchLinuxSysadmin
0 likes · 19 min read
Mastering the Linux find Command: Syntax, Tests, Actions, and Advanced Options
Liangxu Linux
Liangxu Linux
Nov 28, 2022 · Operations

How to Diagnose and Free Unexpected Linux Disk Space Usage

Learn step‑by‑step Linux techniques to locate hidden disk consumers—using df, du, find, lsof, and tune2fs—to resolve mismatched usage reports, delete lingering open files, and adjust reserved space, ensuring your server’s storage stays under control.

Linuxcommand-linedisk-management
0 likes · 6 min read
How to Diagnose and Free Unexpected Linux Disk Space Usage
Liangxu Linux
Liangxu Linux
Nov 1, 2022 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

This guide shows Linux administrators how to use df, du, find, lsof, and tune2fs commands to locate large directories, uncover hidden space consumed by deleted files, and adjust filesystem reserved space, with step‑by‑step examples and screenshots.

Linuxdisk spacedu
0 likes · 5 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
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.

dfdisk usagedu
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Liangxu Linux
Liangxu Linux
Jun 27, 2022 · Operations

Master Linux File Search: 35 Essential find Command Examples

This guide presents 35 practical Linux find command examples covering file and directory name searches, case‑insensitive matching, permission‑based queries, size and time filters, as well as combined find‑and‑delete operations, helping users efficiently locate and manage files on Unix‑like systems.

File SearchLinuxfind
0 likes · 8 min read
Master Linux File Search: 35 Essential find Command Examples
Liangxu Linux
Liangxu Linux
Apr 20, 2022 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

When a Linux server raises a disk‑space alarm, this guide shows step‑by‑step how to locate the offending directories or files using df, du, find, lsof and tune2fs, and explains why reported usage may differ from summed directory sizes.

Operationsdufind
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Open Source Linux
Open Source Linux
Apr 1, 2022 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

This guide explains how to locate large directories and files consuming disk space on Linux servers using commands like df, du, find, lsof, and tune2fs, and offers tips for handling hidden or deleted file usage.

LinuxServer Administrationdisk usage
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Liangxu Linux
Liangxu Linux
Mar 12, 2022 · Operations

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

This guide explains how to locate commands and files on Linux systems using the which, whereis, locate, and find utilities, covering syntax, common options, wildcard patterns, size filters, ownership checks, time criteria, logical operators, and the -exec action for batch processing.

File SearchSystem Administrationfind
0 likes · 10 min read
Master Linux File Search: Using which, whereis, locate, and find
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.

LinuxShellcommand-line
0 likes · 7 min read
Mastering the Linux ‘find’ Command: Powerful File Search Techniques
Open Source Linux
Open Source Linux
Nov 14, 2021 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

Learn step-by-step Linux techniques—including df, du, find, and lsof commands—to pinpoint large directories or files, filter results, handle hidden space consumption, and adjust reserved filesystem space, ensuring you can efficiently resolve unexpected disk usage issues on your servers.

LinuxOperationsdf
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Liangxu Linux
Liangxu Linux
Nov 7, 2021 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

This guide explains how to diagnose unexpected disk usage on Linux by using df, du, find, and lsof commands, demonstrates efficient ways to locate large directories or deleted files, and shows how to adjust reserved space with tune2fs to reclaim lost storage.

LinuxOperationsdisk space
0 likes · 5 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.

Linuxdfdisk space
0 likes · 5 min read
How to Quickly Identify Disk Space Hogs on Linux Servers
Liangxu Linux
Liangxu Linux
Sep 12, 2021 · Operations

Quickly Locate Duplicate Files on Linux with Find and dupeGuru

This guide shows three practical ways to identify duplicate files on Linux—using an advanced find‑pipeline, installing the cross‑platform dupeGuru utility, and a step‑by‑step breakdown of each command in the pipeline, complete with code examples and explanations.

LinuxShelldupeguru
0 likes · 8 min read
Quickly Locate Duplicate Files on Linux with Find and dupeGuru
Liangxu Linux
Liangxu Linux
Jun 2, 2021 · Operations

How to Find Files by Timestamp Using the Linux find Command

This guide explains the three Unix file timestamps, shows how to view them with stat, and demonstrates using the find command’s ‑newerXY option to locate files modified, accessed, or status‑changed after a specific date and time.

File SearchLinuxUnix
0 likes · 5 min read
How to Find Files by Timestamp Using the Linux find Command
FunTester
FunTester
Apr 21, 2021 · Fundamentals

Master Linux File Search: Powerful find Command Tricks and Examples

This guide walks through the versatile Linux find command, showing how to locate files and directories by name, type, size, timestamps, permissions, and more, while demonstrating practical examples such as pattern matching, case‑insensitive searches, depth limiting, and executing actions on results.

File SearchLinuxShell
0 likes · 10 min read
Master Linux File Search: Powerful find Command Tricks and Examples
Liangxu Linux
Liangxu Linux
Feb 7, 2021 · Operations

Master Linux File Searches: Powerful find Command Examples and Tips

This guide shows Linux administrators how to use the versatile find command to locate files by name, type, size, modification time, permissions, and combined criteria, and demonstrates common actions such as listing, deleting, and executing commands on the results.

File SearchLinuxcommand-line
0 likes · 13 min read
Master Linux File Searches: Powerful find Command Examples and Tips
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Oct 15, 2020 · Fundamentals

Master Linux Text Processing: Find, Grep, Sed, Awk, and More

This guide provides a comprehensive overview of essential Linux command‑line utilities for text manipulation—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—detailing common options, practical examples, and advanced techniques for searching, filtering, transforming, and processing files efficiently.

GrepLinuxShell
0 likes · 16 min read
Master Linux Text Processing: Find, Grep, Sed, Awk, and More
Liangxu Linux
Liangxu Linux
Jul 8, 2020 · Operations

How to Delete Log Files Recursively and Free Disk Space on Linux

This article walks through common interview questions about removing log files, demonstrates safe recursive deletion with find, explains why deleted files may still occupy space when opened, shows how to identify and clean them using lsof, logrotate, and crontab, and clarifies the differences between soft and hard links.

Hard Linkfindlog-management
0 likes · 9 min read
How to Delete Log Files Recursively and Free Disk Space on Linux
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 11, 2020 · Operations

Which Linux Command Deletes Hundreds of Thousands of Files the Fastest?

This article benchmarks several Linux techniques—including rm, find, rsync, Python, and Perl—for deleting 500,000 small files, measuring execution times and revealing that rsync with the --delete option completes the task in under 20 seconds, far outpacing traditional commands.

Pythonfile deletionfind
0 likes · 4 min read
Which Linux Command Deletes Hundreds of Thousands of Files the Fastest?
Liangxu Linux
Liangxu Linux
Apr 11, 2020 · Operations

Which Linux Deletion Method Is Fastest for Half a Million Files?

This article creates 500,000 small files on a Linux system and benchmarks various deletion techniques—including rm, find, rsync, Python, and Perl—showing their execution times and concluding which method offers the best performance and convenience.

Performance TestingScriptingfile deletion
0 likes · 4 min read
Which Linux Deletion Method Is Fastest for Half a Million Files?
Open Source Linux
Open Source Linux
Feb 21, 2020 · Operations

Master Linux ‘find’ Command: Syntax, Options, and Practical Examples

This guide introduces the powerful Linux find command, explaining its syntax, common options such as -name, -type, -perm, and actions like -print, -exec, and -ok, and provides numerous practical examples for searching files by name, path, permissions, type, size, time, and executing commands on matches.

File SearchLinuxShell
0 likes · 6 min read
Master Linux ‘find’ Command: Syntax, Options, and Practical Examples
Liangxu Linux
Liangxu Linux
Jan 20, 2020 · Fundamentals

Master Unix Shell: Automate File Tasks with For Loops and Find

This guide shows how to use Unix shell for‑loops and the find command to batch‑process files, resize images with ImageMagick, limit iterations, handle numeric loops, and adapt the syntax for different shells, providing practical examples and complete command snippets.

ImageMagickUnixfind
0 likes · 11 min read
Master Unix Shell: Automate File Tasks with For Loops and Find
ITPUB
ITPUB
Jan 20, 2020 · Fundamentals

Mastering Unix Shell For Loops and Find to Automate Batch File Operations

This guide explains how to use Unix shell for‑loops and the find command to batch‑process files, covering basic syntax, practical ImageMagick examples, loop restrictions, variations across shells, and advanced find‑exec techniques for efficient automation.

ImageMagickShellUnix
0 likes · 11 min read
Mastering Unix Shell For Loops and Find to Automate Batch File Operations
Programmer DD
Programmer DD
Dec 23, 2019 · Fundamentals

Mastering Essential Shell Tricks: Pipes, Redirection, and Find Commands

This article explains three crucial shell constructs—pipes, redirection operators, and backslash usage—showing how to combine commands, direct output to files, and pass command results as arguments, with practical examples and a script for archiving recently modified files.

BashPipeRedirection
0 likes · 3 min read
Mastering Essential Shell Tricks: Pipes, Redirection, and Find Commands
Liangxu Linux
Liangxu Linux
Nov 12, 2019 · Operations

Three Powerful Linux Commands to Quickly Locate the Largest Files

Learn three practical Linux command-line techniques—using ls, find, and du—to quickly identify the largest files or directories on your system, complete with example commands for listing top files, filtering by size ranges, and displaying human‑readable disk usage.

System Administrationdufile management
0 likes · 5 min read
Three Powerful Linux Commands to Quickly Locate the Largest Files
Liangxu Linux
Liangxu Linux
Oct 15, 2019 · Operations

Master Deleting Directories in Linux: rmdir, rm, and find Explained

This guide walks you through safely removing directories on Linux using rmdir for empty folders, rm for recursive deletions with various options, and find for pattern‑based removal, while highlighting required permissions, common pitfalls, and practical command‑line examples.

directory deletionfindrm
0 likes · 8 min read
Master Deleting Directories in Linux: rmdir, rm, and find Explained
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.

GrepLinuxShell
0 likes · 17 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2018 · Operations

Master Essential Linux Commands: grep, ls, find, wc, and More

This guide provides a comprehensive overview of common Linux command‑line tools—including grep, ls, find, wc, cat, tail, head, du, which, whereis, sort, netstat, more, less, ps, tmux, ack and kill—detailing their basic syntax, useful options, and practical examples for both macOS and Debian environments.

GrepLinuxcommand-line
0 likes · 18 min read
Master Essential Linux Commands: grep, ls, find, wc, and More
ITPUB
ITPUB
Mar 24, 2018 · Fundamentals

Master Linux Text Processing: Essential Shell Commands and Practical Examples

This guide introduces the most commonly used Linux shell tools for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing concise explanations, useful options, and real‑world command examples to help you handle files efficiently.

GrepLinuxShell
0 likes · 17 min read
Master Linux Text Processing: Essential Shell Commands and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2018 · Fundamentals

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

This guide walks through the most commonly used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing practical examples, key options, and tips for combining them effectively in scripts.

Command-line ToolsGrepLinux
0 likes · 15 min read
Master Essential Linux Shell Tools: find, grep, awk, and More
ITPUB
ITPUB
Jun 6, 2017 · Fundamentals

Master Linux Text Processing: Essential Shell Tools and Practical Examples

This article provides a comprehensive guide to the most commonly used Linux shell utilities for text manipulation—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—offering clear explanations, typical parameters, and real‑world command examples to help you handle files efficiently.

GrepShellawk
0 likes · 15 min read
Master Linux Text Processing: Essential Shell Tools and Practical Examples
ITPUB
ITPUB
Nov 7, 2016 · Operations

Master Linux File Search: Find, Locate, Whereis, Which, and Type Explained

This guide explains how to use Linux's primary file‑search utilities—find, locate, whereis, which, and type—detailing their syntax, options, and practical examples, while highlighting differences such as database reliance, PATH searching, and builtin versus external command identification.

File Searchfindlocate
0 likes · 5 min read
Master Linux File Search: Find, Locate, Whereis, Which, and Type Explained
ITPUB
ITPUB
May 17, 2016 · Operations

Master Linux File Search: locate and find Commands Explained

This guide explains how to use the Linux locate and find commands, compares their speed and database usage, details common options, pattern syntax, file‑type and size filters, time‑based searches, permission checks, and shows practical examples of combining conditions and actions.

File SearchLinuxOperations
0 likes · 9 min read
Master Linux File Search: locate and find Commands Explained
ITPUB
ITPUB
Apr 22, 2016 · Operations

Master Linux File Cleanup: Automate Deletion with find and cron

This guide explains how to use the Linux find command to locate old files, create a shell script for batch deletion, and schedule the script with crontab, including detailed syntax, examples, and common cron expression patterns for reliable automated cleanup.

Linuxautomationcrontab
0 likes · 8 min read
Master Linux File Cleanup: Automate Deletion with find and cron