我想使用unix命令打印文本文件每行中的字符数.我知道powershell很简单
gc abc.txt | % {$_.length}
但我需要unix命令.
unix shell awk sed
awk ×1
sed ×1
shell ×1
unix ×1