mds08011 / malkimberly-wedding

Kimberly and Malcolm's Wedding Website :heart:
https://heidishumansaregettingmarried.com/
GNU General Public License v3.0
0 stars 0 forks source link

Replace personalized paths #3

Open mds08011 opened 3 years ago

mds08011 commented 3 years ago

find /path/to/folder -type f -print0 | xargs -0 sed -i 's/Ram/YourName/g' find /path/to/folder -type f -print0 | xargs -0 sed -i 's/Antara/OtherHalfsName/g' https://news.ycombinator.com/item?id=18556926