28 Star 57 Fork 1

Gitee 极速下载/wekan

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/wekan/wekan.git
Clone or Download
find-replace.sh 135 Bytes
Copy Edit Raw Blame History
Martin Rys authored 2024-05-06 11:19 . Swap deprecated egrep for grep -E
# Recursive find/replace.
# Syntax: ./find-replace.sh searchtext replacetext
grep -E -lRZ '$1' . | xargs -0 -l sed -i -e 's/$1/$2/g'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/wekan.git
git@gitee.com:mirrors/wekan.git
mirrors
wekan
wekan
main

Search

D67c1975 1850385 1daf7b77 1850385