하위 디렉토리 파일들에서 문자열 검색: grep 또는 find 이용하기
http://skylit.tistory.com/81 $ find . -name “*.[ch]” | xargs grep -n “찾고자 하는 문자열”
하위 디렉토리 파일들에서 문자열 검색: grep 또는 find 이용하기 Read Post »
http://skylit.tistory.com/81 $ find . -name “*.[ch]” | xargs grep -n “찾고자 하는 문자열”
하위 디렉토리 파일들에서 문자열 검색: grep 또는 find 이용하기 Read Post »
import os print (os.getcwd()) #현재 디렉토리의 print (os.path.realpath(__file__))#파일 print (os.path.dirname(os.path.realpath(__file__)) )#파일이 위치한 디렉토리 import sys sys.path 파이썬 환경변수 (윈도우) set PYTHONPATH=C:\Python 디렉토리 변경 import os os.chdir(“C:\WINDOWS”)
젠킨스에 대한 설명과 설치 하는 방법에 관한 레퍼런스는 인터넷에 많이 있지만전에 참여한 프로젝트에 써드파티 경험을 바탕으로 구축과 설정을 하면서 정리하고
윈도우 CI Server 셋팅방법 (Jenkins, nexus, maven, tomcat) Read Post »