perl -lane '$w{lc $_}++ for @F;END{print for sort keys %w}' text.txt