skip to Main Content

Grep doesn't work when adding an extra character at the end of operator – Ubuntu

I am grepping (Ubuntu) multiples files with this command: LANG=en_US.UTF-8 grep -P -R -i -I -H -A1 "^name#.*?r[AÀÁÂÃÄaàáâãä]f[AÀÁÂÃÄaàáâãä][EÈÉÊËeèéêë]l s[IÌÍÎÏiìíîï]m[OÔÒÓÕÖoòóôõö].*?#.*?#.*?#.*?#.*?$" image_args_* Which returns a few results, this being of them: image_args_search_134.txt:name#Rafael Simões Vieira#1767###Emerenciana Rodrigues de Oliveira image_args_search_134.txt-#bati.#134#somelinkhere.com## -- but if I…

VIEW QUESTION
Back To Top
Search