2
"Desagrupar": qué patrones no coinciden
Estoy buscando un comando o script para hacer lo siguiente, dado: file1.txt: abcd efgh ijkl mnop file2.txt: 123abcd123 123efgh123 123mnop123 Quiero un comando que haga algo como esto: ungrep file1.txt file2.txt y devuelve lo siguiente: ijkl En otras palabras, me está dando las líneas en file1.txt que no devolverán ningún …
13
grep