I want to find all the empty .txt files under the current directories.
I eventually want to delete them. :-)
There are spaces in the directory names.

I tried:
find . -name \*.txt -empty -exec "ls -l '{}'" \;
but it gives "No such file or directory" errors (which I am guessing is from the ls -l.


To unsubscribe send a blank message to [email protected]
To get help send a blank message to [email protected]
To visit the archives: https://lists.linux-ottawa.org

Reply via email to