View Single Post
Old 07-06-2007   #2 (permalink)
Kiron


 
 

Re: Compare 2 files with 6,000 entries each

$csv = import-csv users.csv
# if users list is not of unique users already
# $csv | sort-object user -unique
get-content users.txt | foreach-object {if($csv -contains $_) {$_}}


--
Kiron
My System SpecsSystem Spec