Skip to content

Instantly share code, notes, and snippets.

@akashkahalkar
Created October 2, 2023 05:39
Show Gist options
  • Save akashkahalkar/260690519c095a8439395d47a32734e2 to your computer and use it in GitHub Desktop.
Save akashkahalkar/260690519c095a8439395d47a32734e2 to your computer and use it in GitHub Desktop.
recusrivly find all file type matching extension
ls -R | grep '\.png$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment