grep -v -A not working properly (actually not working at all)
- by Lo'oris
I have to filter lines like the following:
[javac] /Users/looris/Sviluppo/android/projects/toutry/src/net/looris/toutry/Stuff.java:23: warning: unmappable character for encoding ascii
[javac] return (poked=false); // NOTA: è un'assegnazione, non un controllo!
[javac] ^
I've tried |grep…