fix find command
This commit is contained in:
parent
26e7c3ec1f
commit
ce1d51f2a5
|
@ -14,4 +14,4 @@ fi
|
|||
|
||||
# search and replace
|
||||
|
||||
find . -type f -name "**/*.php" -print0 | xargs -0 sed -i '' -e 's/understrap/'"$_name"'_/g'
|
||||
find . -type f -name "*.php" -print0 | xargs -0 sed -i '' -e 's/understrap/'"$_name"'_/g'
|
||||
|
|
Reference in New Issue