1 Star 0 Fork 0

jocover / bin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
find.sh 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiang.zhang 提交于 2018-04-25 14:24 . MSG:add all scripts
#!/bin/bash
#find -name "*${1}*" |grep ${1} --color=auto
#find . -path '*/.git*' -prune -o -print
#find . -name .git -a -type d -prune -o -print
#find . -not -iwholename '*.git*' -name "*${1}*" | grep ${1} --color=auto
#sudo find -not -path "./.git/*" -not -path "./.svn/*" -not -path \
#"./.repo/*" -iname "*${1}*" | grep "${1}" --color=auto -i
#sudo find -not -path "*/.git/*" -not -path "*/.svn/*" -not -path \
#"*/.repo/*" -iname "*${1}*" | xargs -i echo -e "\e[41m{}\e[0m"
sudo find -not -path "*/.git/*" -not -path "*/.svn/*" -not -path \
"*/.repo/*" -iname "*${1}*" | grep -iP "\Q${1}\E" --color=auto
1
https://gitee.com/jiangwei0402/bin.git
git@gitee.com:jiangwei0402/bin.git
jiangwei0402
bin
bin
master

搜索帮助