
find:ai:330b7
list all files under 1 kb in directory recursively
$ find . -type f -size -1k
try on your machine
Recursively list all files under 1 kb in size in the current directory and its subdirectories
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- list all files under 1 kb in directory recursively?