Supongamos que lo hago
grep "MyVariable = False" FormA.frm
... result1
grep "MyVariable = True" FormA.frm
... result2
Cómo escribir el comando grep para poder decir algo como
grep "MyVariable = False" OR "MyVariable = True" FormA.frm
Usé Y por error. Quise decir "O".
—
CodeBlue
Var1 = FalseANDVar2 = True? ¿O si un archivo contieneVar1 = FalseANDVar2 = True? ¿O algo mas? Un ejemplo ayudaría.