好用的命令行

1.查找包中的 字符串shell

unzip -p ldt_apptwmotherdev_v100_#498.ipa | strings | grep "iap"

2.shell 获取当前脚本文件路径app

basepath="$( cd "$( dirname "$0"  )" && pwd  )"
相关文章
相关标签/搜索