常用的一些命令,方便自己使用。
Linux
查找文件:
find /home -name "libicui18n"
查看端口占用:
lsof -i:port
或者 netstat -anp | grep 7000
查看所有目录大小并排序:
du -sh * | sort -hr
或者du -d 1 -h | sort -hr
web
placeholder换行符:
&
#10;
表示换行