4

Linux常用命令-62:wc

 1 year ago
source link: https://xugaoxiang.com/2022/06/19/linux-cmds-62-wc/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

wc 命令统计指定文件中的字节数、字数、行数,并将统计结果显示输出。

语法格式:wc [参数] [文件]

常用参数:

79ec7a709509ba88.png
# 统计文件test.txt中的字数
wc -w test.txt

# 统计文件test.txt中的字节数
wc -c test.txt

# 统计文件test.txt中的行数
wc -l test.txt

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK