Could anyone help understand as to why this code snipped has the error below ?
grep: Movie: No such file or directory
grep: Theatre': No such file or directory
In other words, it does not seem to be able to understand the spaces in between words. I have tried [[:space]] and also \s with the option -e, but still same issue
I have also tried
But same error:
Cannot run program "grep "Selected Movie Theatre Number" -A 5 filename
Caused by: java.io.IOException: error=2, No such file or directory