in reply to Re: Find file that contains "....." (command in Unix)
in thread Find file that contains "....." (command in Unix)

That does the same as grep -rE "\.{5}" /my_folders/* so it's useless use of ls.

Makeshifts last the longest.

  • Comment on Re^2: Find file that contains "....." (command in Unix)