Skip to content

Instantly share code, notes, and snippets.

@krasnobaev
Created September 13, 2015 23:47
Show Gist options
  • Save krasnobaev/3bb3f016756012c2f77a to your computer and use it in GitHub Desktop.
Save krasnobaev/3bb3f016756012c2f77a to your computer and use it in GitHub Desktop.
$ shopt -s extglob
$ echo images/*
images/004.bmp images/033.jpg images/1276338351183.jpg images/2252.png
$ echo images/!(*.jpg)
images/004.bmp images/2252.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment