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