how to filter duplicate statements in files
hello..,
i tried to filter duplicate statement presented in file and also tried to printed only 3rd column statement. it will worked by this command # awk ' {print $3}' file.txt | sort -u. here i used two syntax to get this output. Is there any alternate command to print this statement in single command.