Full text search for "grep"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • findinjar.sh . . . . 9 matches
         grep_args=$1
          jar tvf "$2" | sed -n "/${grep_args}/s/^\(.*\)$/${target_jar}:\1/p"
         grep_args=$1
          jar tvf "$2" | sed -n '/'${grep_args}'/s/^\(.*\)$/'$2':\1/p'
         grep_args=$1
         echo grep args = ${grep_args}
          jar tvf "$2" | grep ${grep_args}
  • OurSoftwareDependencyProblem . . . . 5 matches
         For example, when Jeff Dean and I started work on Google Code Search12—grep over public source code—in 2006, the popular PCRE regular expression library seemed like an obvious choice. In an early discussion with Google’s security team, however, we learned that PCRE had a history of problems like buffer overflows, especially in its parser. We could have learned the same by searching for PCRE in the NVD. That discovery didn’t immediately cause us to abandon PCRE, but it did make us think more carefully about testing and isolation.
         It is especially worth exercising the likely problem areas identified by the basic inspection. For Code Search, we knew from past experience that PCRE sometimes took a long time to execute certain regular expression searches. Our initial plan was to have separate thread pools for “simple” and “complicated” regular expression searches. One of the first tests we ran was a benchmark, comparing pcregrep with a few other grep implementations. When we found that, for one basic test case, pcregrep was 70X slower than the fastest grep available, we started to rethink our plan to use PCRE. Even though we eventually dropped PCRE entirely, that benchmark remains in our code base today.
  • ProcMail . . . . 4 matches
          * H : 헤더 검색(egrep) (디폴트)
          * B : 본문 검색(egrep)
          * D : egrep 정규식에서 대소문자 구분(디폴트=구분 안함)
         * (8282gogo@gmail.com|my\.%6e%45t%69%41%6e\.com/%7Ejungmeod9|my.%6e%45ti%61n.com/%7Enooknook|ahjetr.servehttp.com|chg.serveftp.com|%79%61%68%6f%6f.%6d%69%73%65%63%75%72%65.%63%6f%6d|kjhkk.redirectme.net|hompyfile.%70%61%52%61%6e.com|vita.kyed.com|www.%73%4fm%41%63%54%68.com|hompyfile.%50a%52%41%4e.com|defasuhekinmadin.com|greptimeloans.com|5656fy.com|ps-power.trickip.ORG|hompyfile.%50%41ra%4e.com/MINIHOME_138595|%50r%65%73%68%4f%4d%65.net|fjiasjedfs.com|hld114.com|misdfs.111n.com|대출)
  • anal_log.sh . . . . 4 matches
         result_count=`cat $file | grep $pattern1 | grep "$pattern2" | wc -l`
         result_count=`cat $file | grep $pattern1 | grep "$pattern2" | wc -l`
  • procmail . . . . 4 matches
          * H : 헤더 검색(egrep) (디폴트)
          * B : 본문 검색(egrep)
          * D : egrep 정규식에서 대소문자 구분(디폴트=구분 안함)
         * (8282gogo@gmail.com|my\.%6e%45t%69%41%6e\.com/%7Ejungmeod9|my.%6e%45ti%61n.com/%7Enooknook|ahjetr.servehttp.com|chg.serveftp.com|%79%61%68%6f%6f.%6d%69%73%65%63%75%72%65.%63%6f%6d|kjhkk.redirectme.net|hompyfile.%70%61%52%61%6e.com|vita.kyed.com|www.%73%4fm%41%63%54%68.com|hompyfile.%50a%52%41%4e.com|defasuhekinmadin.com|greptimeloans.com|5656fy.com|ps-power.trickip.ORG|hompyfile.%50%41ra%4e.com/MINIHOME_138595|%50r%65%73%68%4f%4d%65.net|fjiasjedfs.com|hld114.com|misdfs.111n.com|대출)
  • checkProcessRunning . . . . 3 matches
         ps_cnt=`ps -ef | grep 'anal4cron.sh' | grep -v 'grep' | awk '{print $2}' | wc -l`
  • Jquery쓸만한함수들 . . . . 2 matches
         = $.grep( array, fn, inv ) =
          $.grep( [0,1,2], function(n,i){
  • aws . . . . 2 matches
         aws ec2 describe-instances --filters "Name=tag:Name,Values=my-prod-instance" |grep IpAddress |grep -v '\[' |sed 's/[^0-9.]//g' |sort -u
  • bootlog . . . . 2 matches
         $ cat greponofflog
         grep -h -e 'Stopping ACPI' -e 'Started User Manager for UID 1000' /var/log/syslog /var/log/syslog.[0-9] >> /home/gim/_onoff.log
  • getip . . . . 2 matches
         ifconfig | grep 'inet addr' | grep -v 127.0.0.1 | cut -d':' -f 2 | sed 's/[^0-9.]//g'
  • vdi . . . . 2 matches
         if echo $inp | grep soul567; then
         if echo $inp | grep maldives; then
  • 2024-04-11(Th) Raspberry Pi 5에 MoniWiki 설치하기(Docker 이용) . . . . 1 match
         php에 대한 나의 지식이라는 것은 MoniWiki 설치할 때만 spot으로 공부했던 정도라 다시 log를 보고 code를 grep으로 찾아서 perplexity 도움을 받아가며 echo 명령으로 지저분한 디버깅 코드를 넣어 조금씩 고쳐가다가 도저히 내가 하기엔 너무 많은 시간을 써야할 것 같다는 생각이 들어 결국 다른 길을 찾게 되었다.
  • Ant . . . . 1 match
          command="CNT=0; while [ $CNT -lt 1 ] ; do CNT=`grep stop ~/log | wc -l`; sleep 5; done;"/>
  • Google Drive Mount to Ubuntu . . . . 1 match
         $ cat /etc/fstab | grep gdfuse
  • JavaListSystem.properties() . . . . 1 match
         java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport...
  • ResetMysqlInitialRootPassword . . . . 1 match
         $ grep password /var/log/mysql/error.log
  • Xps13UbuntuBluetooth . . . . 1 match
         $ lsusb |grep -i blue
  • awk . . . . 1 match
         $ ps -ef | grep 'server' | awk '{print $2}' | xargs kill -9
  • grep . . . . 1 match
         [grep consider file binary]
  • myProcmail_20060918 . . . . 1 match
         * (8282gogo@gmail.com|my\.%6e%45t%69%41%6e\.com/%7Ejungmeod9|my.%6e%45ti%61n.com/%7Enooknook|ahjetr.servehttp.com|chg.serveftp.com|%79%61%68%6f%6f.%6d%69%73%65%63%75%72%65.%63%6f%6d|kjhkk.redirectme.net|hompyfile.%70%61%52%61%6e.com|vita.kyed.com|www.%73%4fm%41%63%54%68.com|hompyfile.%50a%52%41%4e.com|defasuhekinmadin.com|greptimeloans.com|5656fy.com|ps-power.trickip.ORG|hompyfile.%50%41ra%4e.com/MINIHOME_138595|%50r%65%73%68%4f%4d%65.net|fjiasjedfs.com|hld114.com|misdfs.111n.com|대출)
  • xargs . . . . 1 match
         $ find . -type f | grep -v dao | xargs -I '{}' rm '{}'
  • 텍스트처리명령어 . . . . 1 match
         grep
Found 22 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2017-11-08 10:50:35
Processing time 0.3811 sec