Skip to content

Instantly share code, notes, and snippets.

@Dagimal
Created January 28, 2021 16:43
Show Gist options
  • Select an option

  • Save Dagimal/2d65646f8a1d22ad194e49a0272bc911 to your computer and use it in GitHub Desktop.

Select an option

Save Dagimal/2d65646f8a1d22ad194e49a0272bc911 to your computer and use it in GitHub Desktop.
script untuk menghapus file dalam jumlah yang sangat banyak dengan ekstensi tertentu
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