Skip to content

Instantly share code, notes, and snippets.

@daylennguyen
Created September 29, 2020 22:39
Show Gist options
  • Save daylennguyen/02ca92e83f881e380e932593563664d0 to your computer and use it in GitHub Desktop.
Save daylennguyen/02ca92e83f881e380e932593563664d0 to your computer and use it in GitHub Desktop.
UNIX Linux MacOS Filter the output of ls for specific file format(s)/type(s)
#!/usr/bin/env bash
ls *.{mp3,exe,mp4}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment