Full text search for "xargs"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • dp.cmd . . . . 3 matches
         d:\programs\cygwin\bin\find . -maxdepth 1 -name '*.xml' -newer .lastupload | xargs -I {} cp {} .tmp/
         d:\programs\cygwin\bin\find . -maxdepth 1 -name '*.properties' -newer .lastupload | xargs -I {} cp {} .tmp/
         나머지 xargs, cp, touch 등은 $CYGWIN_HOME/bin 이 PATH에 잡혀있음
  • awk . . . . 1 match
         $ ps -ef | grep 'server' | awk '{print $2}' | xargs kill -9
  • findinjar.sh . . . . 1 match
         find . -name '*.jar' | xargs findinjar.sh 'MyClass'
  • xargs . . . . 1 match
         $ find . -type f | grep -v dao | xargs -I '{}' rm '{}'
Found 4 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 2008-10-01 18:21:07
Processing time 0.1926 sec