SyntaxFix
Write A Post
Hire A Developer
Questions
Tell grep to treat your input as fixed string using -F option.
grep
-F
grep -F '*^%Q&$*&^@$&*!^@$*&^&^*&^&' application.log
Option -n is required to get the line number,
-n
grep -Fn '*^%Q&$*&^@$&*!^@$*&^&^*&^&' application.log