时间:2024-10-21 11:16:53
1、命令格式wc [选项]... [文件]...
3、-w 选项只显示行数例:wc -w /etc/passwd
5、-c选项只显示Bytes数例:wc -c /etc/passwd