Created
January 28, 2021 16:43
-
-
Save Dagimal/2d65646f8a1d22ad194e49a0272bc911 to your computer and use it in GitHub Desktop.
script untuk menghapus file dalam jumlah yang sangat banyak dengan ekstensi tertentu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -maxdepth 1 -type f -name "*.md" -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment