Commit 0a49b106 authored by joubran's avatar joubran

the first question

parent 88cb2c09
#!/bin/bash
OldWord=$1
NewWord=$2
suffix=$3
find . -type f -name "*.$suffix" -exec sed -i 's/$OldWord/NewWord/' {} \;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment