0

Sort only unique words inside a file

Hi, there i want to print a file with only unique words but not the repeated word, is there any command or bash script method to achieve that? Thanks in advance

symonds
asked Apr 5, 2018
1 Answer
0

use the below command to sort unique words inside a file

sort -u file_name
View More
parthiban
answered Apr 15, 2018
Your Answer
||||
x
 
100:0