📗
Digital Garden
  • Introduction
  • Life Strategy
    • Values
    • Principles
    • Routines
  • Tools
    • Note Taking
    • Software
  • Software Engineering
    • Ruby
    • ReasonML
  • DevOps
    • Shell-Fu
    • Kubernetes
  • Fragments
    • Living a net positive life
  • Looking Back
    • 2020-01
    • 2020-02
    • 2020-03
    • 2020-04
Powered by GitBook
On this page

Was this helpful?

  1. DevOps

Shell-Fu

Recursive search and replace over all files

LC_ALL=C find . -type f -name '*.rb' -exec sed -i '' s/pattern/replacement/ {} +

PreviousReasonMLNextKubernetes

Last updated 5 years ago

Was this helpful?