1 Star 0 Fork 0

HQ6968/libshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lib.sh 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
HQ6968 提交于 2017-12-21 18:24 . add pjp
#!/usr/bin/env bash
source $LIB_PATH/libui/color.sh
source $LIB_PATH/php/php.sh
#grep
each(){
while read -r line ;
do
${1//\{line\}/$line};
done
}
eachn(){
awk "{print \$$1}" | each "$2"
}
mps(){
ps aux | grep "$1" | grep -v "grep $1" | grep -v '\-\-color=auto'
}
msum(){
awk "{a[\$$1]+=1;} END {for(i in a){print a[i]\" \"i;}}"
}
#ps aux | grep app | awk '{print $2}' | each 'echo {line}'
#ps aux | grep app | eachn 2 'echo {line}'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dearmm/libshell.git
git@gitee.com:dearmm/libshell.git
dearmm
libshell
libshell
master

搜索帮助