Some Shell Tricks
shell进阶
1. shell字符串操作
截取操作
替换操作
删除头部或尾部
2. if [[ ]] 正则表达式
3. 判断目录是否存在,不存在Do sth
4. pushd popd进某目录做事再返回
5. 判断变量是否存在
6. for循环的用法
7. 使用cat«EOF代替echo -e进行多行输出
8. read -p “Press Enter to continue…”
9. 使用getopt parse输入参数
10. android-accept-license.sh
11. sed命令:正则表达式