Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shmidt-i/ec2c0f7d0430c539b9b7031c94a0aac6 to your computer and use it in GitHub Desktop.
Save shmidt-i/ec2c0f7d0430c539b9b7031c94a0aac6 to your computer and use it in GitHub Desktop.
#!/bin/bash
find ./ -type f -print | xargs grep $1 || echo 'Not found'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment