diff --git a/sh.txt b/sh.txt index f456f6e..f7c1ac1 100644 --- a/sh.txt +++ b/sh.txt @@ -1,4 +1,3 @@ - 14.902 14.401 1.301 diff --git a/shell/ediff.sh b/shell/ediff.sh new file mode 100755 index 0000000..f1c2798 --- /dev/null +++ b/shell/ediff.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +emacsclient -a "" -c -n --eval "(require 'ediff)" --eval "(ediff-files \"$1\" \"$2\")" diff --git a/shell/freqCommand.sh b/shell/freqCommand.sh index 4773d89..faf63db 100644 --- a/shell/freqCommand.sh +++ b/shell/freqCommand.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash - +# 常用操作命令 +############################################ # grep的或操作,查看当前打开的网络链接 lsof -i | grep -E "(LISTEN|ESTABLISHED)"