17 Jan 2019
shell相关知识分享
1 频繁进入目录
- cdpkg
- cdpython
- cdmatching
- cdsched
- cdd
- cdm
- cds
2 频繁执行长命令
- git
- docker
- rabbitmq
3 代码的编译和运行
- bdscheduler
- schedstart
- crn
- etcdviewerstart
4 命令行的改造
- schedclone
- psg(忽略自身)
- psk
- lsg
- ltar
- lbak/lunkak
- ip
- ..
5 自动化安装和卸载
- etcd_mysql_sync_install.sh
- etcd_mysql_sync_uninstall.sh
- matching_install.sh
- matching_uninstall.sh
6 常用快捷键
- alt + backspace:删除光标前的一个单词
- alt + f:移动光标到下一个空格处
- alt + b:移动光标到上一个空格后第一个字符处
- ctrl + r:搜索执行过的命令行
- ctrl + u:删除光标之前所有字符
- ctrl + k:删除光标之后的所有字符
- ctrl + a:移动光标到行首
- ctrl + e:移动光标到行尾
- alt + .:自动填充上一个命令的最后一个参数
7 工具分享
- listary
- autohotkey
- markdown here
- momentum
8 总结
- DRY (Don’t Repeat Yourself)
- 自动化
- 尽可能的“懒”
- 多总结
9 附录
- shell技巧分享:https://www.jianshu.com/c/b16afef15196
- 我的bash配置:https://github.com/songleo/bashrc/blob/master/my_bashrc.sh
LEo
at 00:12