Skip to content

Instantly share code, notes, and snippets.

@iwouldnot
Created September 10, 2017 19:23
Show Gist options
  • Save iwouldnot/8c88c23067828bebe262491e71555a0f to your computer and use it in GitHub Desktop.
Save iwouldnot/8c88c23067828bebe262491e71555a0f to your computer and use it in GitHub Desktop.
#!/bin/bash
find ~/$1 -name '*'$2'*'
find ~/$1 f ! -name '*'$2'*' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment