gamecreature

Published

25 October, 2021

gamecreature in Code Snippets | 25 October, 2021

Snippet to find string files of a given filename

find . -name config.rb -print0 | xargs -0 grep 'search-thing' 
gamecreature

Published

25 October, 2021

  • Related Content by Tag
  • bash
  • sh
  • unix
Independent Publisher empowered by WordPress