grep "search_term" 118kmix122.txt 3. Data Cleaning and Preparation
Use the Sort tool in Notepad++ or the command sort -u 118kmix122.txt > cleaned_list.txt .
If the file is large (the "118k" in the name likely refers to 118,000 lines), use command-line tools to inspect it without freezing your computer: head -n 10 118kmix122.txt Count total lines: wc -l 118kmix122.txt
grep "search_term" 118kmix122.txt 3. Data Cleaning and Preparation
Use the Sort tool in Notepad++ or the command sort -u 118kmix122.txt > cleaned_list.txt .
If the file is large (the "118k" in the name likely refers to 118,000 lines), use command-line tools to inspect it without freezing your computer: head -n 10 118kmix122.txt Count total lines: wc -l 118kmix122.txt