Searched refs:INTERSECT (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dperf-archive.sh54 INTERSECT=`comm -12 <(ls) <(echo "$TAR_CONTENTS") | tr "\n" " "` # check for overwriting
55 if [ ! -z "$INTERSECT" ]; then # prompt if file(s) already exist in the current directory
56 echo "File(s) ${INTERSECT::-1} already exist in the current directory."

Completed in 114 milliseconds