← Useful Tips
find . -type f -empty: Find empty files
Use find . -type f -empty to find empty files. It is especially handy when you live in terminals and repeat long commands.
find . -type f -empty
Why it helps
Use find . -type f -empty to find empty files. It is especially handy when you live in terminals and repeat long commands.
How to use it
- Open the relevant app or terminal.
- Use the shortcut or command above in the relevant context.
- Check the result; for commands that change data, test on a small example first.
People also search for
find . -type f -empty: Find empty filesfind . -type f -emptyfind empty fileshow to find empty filesLinux / WSL find empty files