Searched refs:TAR_CONTENTS (Results 1 – 1 of 1) sorted by relevance
54 TAR_CONTENTS=`tar tvf "$TARGET" | tr -s " " | cut -d " " -f 6`55 …VALID_TAR=`echo "$TAR_CONTENTS" | grep "$PERF_SYMBOLS.tar.bz2" | wc -l` # check if it contains a …61 INTERSECT=`comm -12 <(ls) <(echo "$TAR_CONTENTS") | tr "\n" " "` # check for overwriting