find Verified for current stable LTS

Find Command: Find And Delete Empty Files Or Directories

Use for find and delete empty files or directories with Find. Exact CLI syntax to find and delete empty files or directories using Find.

When to use this: Use for find and delete empty files or directories with Find.
Destructive Command Warning

Destructive operation. Confirm the target path and keep a backup before executing.

Command Syntax

find <path/to/directory> -type <f|d> -empty -delete -print

Command Breakdown

-type
Command Option
Tool-specific option used by this command invocation.
-empty
Command Option
Tool-specific option used by this command invocation.
-delete
Command Option
Tool-specific option used by this command invocation.
-print
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to find and delete empty files or directories using Find.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Find directory