Skip to content

Instantly share code, notes, and snippets.

@sankitch
Created June 14, 2013 05:29
Show Gist options
  • Save sankitch/5779657 to your computer and use it in GitHub Desktop.
Save sankitch/5779657 to your computer and use it in GitHub Desktop.
#!/bin/sh
grep -rIn STRING .
# 拡張子絞りたい場合
grep -rIn STRING ./**/*.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment