使用echo,join,perl,Sort,split对字符串进行排序
Hujiuxiang
・1 分钟阅读
对字符串进行排序
echo sortmeplease | perl -pe 'chomp; $_ = join"", sort split //'
使用perl