mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 08:38:49 +01:00
Swap deprecated egrep for grep -E
also remove some extra whitespace in MD doc
This commit is contained in:
parent
f50c2af914
commit
7dc4d9bb71
2 changed files with 15 additions and 15 deletions
|
|
@ -2,4 +2,4 @@
|
|||
# Recursive find/replace.
|
||||
# Syntax: ./find-replace.sh searchtext replacetext
|
||||
|
||||
egrep -lRZ '$1' . | xargs -0 -l sed -i -e 's/$1/$2/g'
|
||||
grep -E -lRZ '$1' . | xargs -0 -l sed -i -e 's/$1/$2/g'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue