Searched refs:tmpfile_uniq (Results 1 – 1 of 1) sorted by relevance
13 tmpfile_uniq=""34 rm -f "$tmpfile" "$tmpfile_proc" "$tmpfile_uniq"345 unique=$(uniq "$tmpfile" | tee "$tmpfile_uniq" | wc -l)348 diff -u "$tmpfile" "$tmpfile_uniq"353 …exec "$ns" conntrack -L --proto $protoname 2>/dev/null | sort | uniq | tee "$tmpfile_uniq" | wc -l)356 diff -u "$tmpfile" "$tmpfile_uniq"368 proc=$(uniq "$tmpfile_proc" | tee "$tmpfile_uniq" | wc -l)371 diff -u "$tmpfile_proc" "$tmpfile_uniq"508 tmpfile_uniq=$(mktemp)
Completed in 3 milliseconds