Hey everyone,
I’m currently working on the task 14 of project lingua-franca and I struggle with the grep -R command. When I use the command grep -R .txt * in the lingua-franca directory, it ONLY displays the results of the todo/ with the file asian_language_files.txt .
By observing the output, I could see that the grep -R function is ONLY looking for .txt files in the asian_language_files.txt and not in the WHOLE lingua-franca directory…
How does that come and how can I fix this?