moneyslow.com
tools
command
常用命令,技巧
Vps
vps host recommendation
Articles
all articles of this website
About
搜索
shell按字符串长度排序一个文本
Feb 25, 2020
—
from
moneyslow
of
newest
假设文本文件a.txt:
awk ‘ { print length, $0}’ a.txt | sort -n | sed ‘s/.* //’
字符串长度排序
←
之前:
discuz将代码放置在 head标签标记之间的最方便方法
下一篇:
好用的ssh远程终端推荐:MobaXterm
→
Go to mobile version