mddanishyusuf / dailyhack

🐱‍💻 Tiny Tiny Hacks we use in our daily life.
https://dailyhack.now.sh/
149 stars 15 forks source link

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

Open AnTheMaker opened 4 years ago

AnTheMaker commented 4 years ago

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