sh 贝壳铃声

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 贝壳铃声相关的知识,希望对你有一定的参考价值。

# get the 20 most used commands
# https://github.com/trimstray/the-book-of-secret-knowledge#tool-terminal

history | \
awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | \
grep -v "./" | \
column -c3 -s " " -t | \
sort -nr | nl |  head -n 20

# kill process running on port <port> 
kill -9 $(lsof -i :<port> | awk '{l=$2} END {print l}')

# find last reboot time
who -b

# show 20 biggest directories with K M G
du | \
sort -r -n | \
awk '{split("K M G",v); s=1; while($1>1024){$1/=1024; s++} print int($1)" "v[s]"\t"$2}' | \
head -n 20

以上是关于sh 贝壳铃声的主要内容,如果未能解决你的问题,请参考以下文章

sh 贝壳 - 你好世界

sh 贝壳

贝壳网怎么关注小区

Linux SHELL中sh和bash的区别

贝壳教你UiPath之数据的抓取

贝壳物联1初识贝壳