Searched refs:xargs (Results 1 – 25 of 169) sorted by relevance
1234567
114 file=$(echo $d | cut -d'|' -f1 | xargs)115 timeout=$(echo $d | cut -d'|' -f2 | xargs)116 use_cat=$(echo $d | cut -d'|' -f3 | xargs)117 max_runtime=$(echo $d | cut -d'|' -f4 | xargs)119 exp_exit=$(echo $d | cut -d'|' -f5 | xargs)121 exp_passed=$(echo $d | cut -d'|' -f6 | xargs)123 exp_failed=$(echo $d | cut -d'|' -f7 | xargs)125 exp_broken=$(echo $d | cut -d'|' -f8 | xargs)
28 ps -C mono -o pid=,cmd= | grep QpsWorker | awk '{print $1}' | xargs kill -9 || true30 ps -C dotnet -o pid=,cmd= | grep QpsWorker | awk '{print $1}' | xargs kill -9 || true34 ps -C ruby -o pid=,cmd= | grep 'qps/worker.rb' | awk '{print $1}' | xargs kill -9 || true38 ps -C python -o pid=,cmd= | grep 'qps_worker.py' | awk '{print $1}' | xargs kill -9 || true41 jps | grep LoadWorker | awk '{print $1}' | xargs kill -9 || true
50 @find .. -name '*.pyc' | xargs rm -v51 @find .. -name '*.so' | xargs rm -v52 @find .. -type d -name '__pycache__' | xargs rm -v -r53 @find .. -type d -name '*.egg-info' | xargs rm -v -r
44 find . -name report.xml -print0 | xargs -0 -r zip reports.zip45 find . -name sponge_log.xml -print0 | xargs -0 -r zip reports.zip46 find . -name 'report_*.xml' -print0 | xargs -0 -r zip reports.zip
40 XRGSV=$(xargs --version | sed -e 's/^[^[:digit:]]*//')187 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/n…191 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c "\"${CG_FILE_WRITE}\" \"${THAW}\" > '${XARGS_REPL_ST…195 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/n…201 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill -s SIGKILL $(cat "'"${XARGS_REPL_STR}"'/tasks"…206 xargs -0r -n 1 ${XARGS_REPL_OPT} cat "${XARGS_REPL_STR}/tasks" | wc -l)209 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir212 …find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -0r -n 1 ${XARGS_REPL_O…242 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir
6 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i7 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i
41 …find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=f…42 …find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=f…
204 …find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_…205 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…206 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…207 find src/core/ src/cpp/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm208 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…209 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…210 find src/core/ src/cpp/ -type f -name '*.grpc_back' -print0 | xargs -0 rm211 …rd_party/re2/util/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…212 …find src/core/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc…213 find src/core/ third_party/re2/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
243 …find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_…244 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…245 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…246 find src/core/ src/cpp/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm247 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…248 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…249 find src/core/ src/cpp/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm250 …rd_party/re2/util/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…251 …find src/core/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc…252 find src/core/ third_party/re2/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
30 echo "${FILES}" | xargs "$PYTHON" -m yapf -i --style="${CONFIG_PATH}"37 echo "${FILES}" | xargs buildifier --type=bzl
11 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf21 ! -regex "^\.\/tests\/replay\.py" 2>/dev/null | xargs rm -rf
28 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "36 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "71 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "75 RUN find /usr/local/rake-compiler/ruby/*linux*/ -name libruby.so | xargs rm77 RUN find /usr/local/rake-compiler/ruby/*linux*/ -name libruby.a | while read f ; do ar t $f | xargs…
21 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL sh…23 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell…
77 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null78 $ADB shell ps | grep ${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
126 | xargs -0 stat -f "%m %N" \132 | xargs -0 stat -f "%m %N" \150 | xargs -0 rm -rf
60 …find ${SRC_DIR} -type f -name "*.${suffix}" | xargs grep -L "Copyright .* The SwiftShader Authors\…80 find ${SRC_DIR} ${TESTS_DIR} -name "*.go" | xargs $GOFMT -w
50 find "${treeroot}/source" -name *vcxp* -o -name *sln | xargs rm66 git status source | sed -n '/^Untracked/,$ p' | grep source | xargs git add
43 find "${treeroot}/source" -name *vcxp* -o -name *sln | xargs rm59 git status source | sed -n '/^Untracked/,$ p' | grep source | xargs git add
18 std::basic_string<charT> >& xargs) in basic_command_line_parser()19 : detail::cmdline(to_internal(xargs)) in basic_command_line_parser()
143 find "$BOOST_ROOT" -name "*.gcda" | xargs rm -f158 find "$BOOST_ROOT" -name "*.gcda" | xargs rm -f
44 | xargs nm -Xany -BCpg \
16 …th "./generated_libraries/*" ! -path "./examples/*" ! -path "./tests/*" | xargs ./change-comments.…
11 xargs -I {} sh -c \