mirror of https://gitlab.com/octtspacc/OcttKB
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
|
created: 20220924130815541
|
||
|
modified: 20230206111552365
|
||
|
modifier: Octt
|
||
|
tags: Snippets $:/i18n:en
|
||
|
title: sed/Snippets
|
||
|
|
||
|
!!! Replace for all files in all subdirectories
|
||
|
|
||
|
```sh
|
||
|
find ./ -type f -exec sed -i "s/Old/New/g" {} \;
|
||
|
```
|