finder.sh
Linux/Linux : 2010/12/01 14:39
#!/bin/bash
find . -type f -exec grep -l "$1" {} \;
find . -type f -exec grep -l "$1" {} \;
Trackback Address :: http://jjangu.pe.kr/blog/trackback/597
Trackback Address :: http://jjangu.pe.kr/blog/trackback/597