goto的bash版本 https://hongjiang.info/fast-change-dir-bash/
goto,一个用于快速切换目录的脚本 https://hongjiang.info/fast-change-dir-function/
检测最耗cpu的线程的脚本 https://hongjiang.info/find-busiest-thread-of-java/
Email正则表达式问题 https://hongjiang.info/email-regex/
mac上通过ssh连接docker的container https://hongjiang.info/use-ssh-connect-to-docker-container-on-mac/
检查应用jar冲突的脚本 https://hongjiang.info/duplicate-classes-check-script/
查询ip来源的脚本 https://hongjiang.info/lookup-ip-location/
mac tips https://hongjiang.info/mac-tips/
mac下控制上网的脚本 https://hongjiang.info/mac-os-disable-internet-access/
shell脚本里后台进程忽略SIGINT信号问题排查 https://hongjiang.info/shell-script-background-process-ignore-sigint/
命令输入完,发现需要先执行另一条命令 https://hongjiang.info/zsh-alt-q/
搜索历史命令 https://hongjiang.info/zsh-command-history-search/
高版本的sort支持–parallel选项 https://hongjiang.info/sort-parallel/
再谈linux下随机数的产生 https://hongjiang.info/linux-rando/
通过nc或python命令以http方式共享文件 https://hongjiang.info/simple-http-server/
婚礼上播放图片和视频的脚本 https://hongjiang.info/script-for-wedding/
分享ppt: Effective Linux https://hongjiang.info/effective-linux/
注意sudo执行时的shell环境与当前不同 https://hongjiang.info/sudo-shell-environment/
shell中的进制转换 https://hongjiang.info/shell-scale-conversion/
我的zsh配置 https://hongjiang.info/my-zshrc/
shell里的进程替换(Process Substitution) https://hongjiang.info/shell-process-substitution/
改进zsh的prompt,进程exit code不为0时提示 https://hongjiang.info/zsh-prompt-with-process-exit-code/
如何避免一个命令记录到history中 https://hongjiang.info/shell-prevent-history/
tail命令的几个技巧 https://hongjiang.info/linux-tail-tips/
cal的几个命令https://hongjiang.info/unix-cal-commands/
awk不打印最后一列 https://hongjiang.info/awk-dont-print-last-field/
pv命令 https://hongjiang.info/pv-command/
多个终端中共享历史命令 https://hongjiang.info/share-history-in-multiple-term/
bash下快速cd到上层路径 https://hongjiang.info/fast-jump-up-dir/
抓取flickr上有趣图片的脚本 https://hongjiang.info/fetch-flickr-interesting-7days/
查看当前终端运行的是哪种shellhttps://hongjiang.info/how-to-determine-current-shell/
求两个集合交集,并集,差集的方法,comm和grep https://hongjiang.info/shell-union-subtract-intersect/
更有效的复制一个文件到多台机器 https://hongjiang.info/effictive-copying-files-to-mult-nodes/
shell里产生随机数的几种方式https://hongjiang.info/shell-random/
用date的纳秒做随机数不严禁 https://hongjiang.info/date-nano-random/