2017/2/25
flock -u 9
bash -x
su -l metrika
bash -x clickhouse-server start
用 bash -x 來調試上述腳本,Bash 先打印出每行腳本,再打印出每行腳本的執行結果
轉載于:https://www.cnblogs.com/beautiful-code/p/6443236.html
總結
- 上一篇: JavaSE_NIO_ByteBuffe
- 下一篇: js中const,var,let区别