Did you use a grep command? The file is too large for me to open and I have not used grep before to have confidence with it.
Edit: nvm,
```
findstr /i /r ".000000000." ssn.txt
```
did the trick in powershell, with the zeros replaced with the ssn. Also there is a star after each period that HN has changed to italicize the text instead of showing it.
Edit: nvm, ``` findstr /i /r ".000000000." ssn.txt ``` did the trick in powershell, with the zeros replaced with the ssn. Also there is a star after each period that HN has changed to italicize the text instead of showing it.