grep cannot find all occurrences of a substring in a very big file – Ubuntu
I am on a Ubuntu OS, in a Bash shell, trying to use grep to find all occurrences of substring engineBreakdown() inside a .tra extention log file, let's say my_log_16.tra, and save the results inside a file, let's say results_16.txt…