I have .bz2 file and i need to grep I keyword and get count . I am using below command and file is very big more then 5 hundred million rows. Any way i can make below command faster.
bzgrep -c "I$" filename.bz2
I have .bz2 file and i need to grep I keyword and get count . I am using below command and file is very big more then 5 hundred million rows. Any way i can make below command faster.
bzgrep -c "I$" filename.bz2