How do I get this command working in the command line?
grep "<!--#include file="../../includes/" *.*
I know I can escape the “/” by doing “/” but I get problems with the “!–” and the ” after file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use single quotes for string literals in command line when you don’t want the parameter expansion.