grepphp 서버에서 php 파일중 문자열 내용찾기
페이지 정보

본문
#vi /usr/sbin/grepphp
#!/bin/bash
find . -name "*.php" | xargs grep -n "$1"
chmod 777 /usr/sbin/grepphp
grepphp test
- 이전글centos 7.0 네트워크 설정 16.01.27
- 다음글하위디렉토리에서 php 파일을 찾아서 <BR> 을 <br /> 로 일괄 변경 15.03.12
댓글목록
등록된 댓글이 없습니다.