Commit f030fbf0 authored by aghead.asaad's avatar aghead.asaad

Exercise1

parent 7c06a62d
#!/bin/bash
oldword=$1
newword=$2
suffix=$3
find . -type f -name "*suffix" -exec sed -i "s/$oldword/$newword/g" {} \;
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