FG

Recursively remove files those size is less than 1MB

Fresh3 days ago
Mar 15, 202626503 views
Confidence Score0%
0%

Problem

How do I recursively remove files that are less than 1MB in size from a directory?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Recursively remove files those size is less than 1MB

Low Risk

This can be done with : Note that this will recursively descend into subdirectories, and will unconditionally delete all files smaller than 1 megabyte. Be careful.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment