Skip to content

Instantly share code, notes, and snippets.

@ardydedase
Created May 17, 2012 17:46
Show Gist options
  • Save ardydedase/2720495 to your computer and use it in GitHub Desktop.
Save ardydedase/2720495 to your computer and use it in GitHub Desktop.
list image files using grep/awk
grep . htdocs/resources/img/migazine/*.png htdocs/resources/img/migazine/*.jpg htdocs/resources/img/migazine/*.gif | awk '{ print $3 }'
grep . htdocs/resources/img/migazine/*.png htdocs/resources/img/migazine/*.jpg htdocs/resources/img/migazine/*.gif | awk '{ print $3 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment