you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 month ago (2 children)

so people were asking for linux for decades

find "$path" -type f -print0 | xargs -0 grep -e "$what_to_look_for" /dev/null
  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 month ago

    Though with the ability to not even have to think about synonyms and indirect references or foreign language or potentially if someone sent you a damn screenshot of a terminal output instead of the text...

  • source
  • parent