08-16-2019, 03:29 PM
I just went ahead and copied the 20GB text file to Linux and used the following command:
cut -c -32 filename.txt > hashes.txt
Surprisingly it only took about 1 minute for Linux to process the file.
cut -c -32 filename.txt > hashes.txt
Surprisingly it only took about 1 minute for Linux to process the file.