dailyhack icon indicating copy to clipboard operation
dailyhack copied to clipboard

Find .txt or .md files in the current directory that aren't empty

Open AnTheMaker opened this issue 4 years ago • 0 comments

Use this terminal command on Linux: find . \( -name '*.txt' -o -name '*.md' \) \! -empty.

AnTheMaker avatar Oct 01 '19 16:10 AnTheMaker