# canonical resource.h name) and discovers any duplicates. the duplicates
# are shown with their symbolic names and file locations.
-TEMP_RESOURCE_HEADERS=/tmp/resrc_headers.txt
+TEMP_RESOURCE_HEADERS=/tmp/resrc_headers_$USER.txt
sp='[ ]' # space and tab.
#hmmm: above ignores *anything* with app in the name.
# grep -v app_src >"$TEMP_RESOURCE_HEADERS"
-FULLDEFS=/tmp/full_definition_list.txt
+FULLDEFS=/tmp/full_definition_list_$USER.txt
# clean up prior versions.
rm -f "$FULLDEFS"
echo done reading all definitions.
-JUST_IDS=/tmp/ids_list.txt
+JUST_IDS=/tmp/ids_list_$USER.txt
rm -f "$JUST_IDS"
i=0
id_size=$(wc "$JUST_IDS")
-JUST_IDS_TEMP=/tmp/ids_list_temp.txt
+JUST_IDS_TEMP=/tmp/ids_list_temp_$USER.txt
sort "$JUST_IDS" | uniq >"$JUST_IDS_TEMP"
id_temp_size=$(wc "$JUST_IDS_TEMP")