~
link
command
常用命令,技巧
ALL
all articles of this website
搜索
shell按字符串长度排序一个文本
Feb 25, 2020
—
from
moneyslow
of
newest
假设文本文件a.txt:
awk ‘ { print length, $0}’ a.txt | sort -n | sed ‘s/.* //’
字符串长度排序
←
之前:
discuz将代码放置在 head标签标记之间的最方便方法
下一篇:
iptables+ipset阻止国外用户访问
→
Go to mobile version