Linux命令 wc(word count)-l(lines)用于统计文件中的行数。

文章目录

  • [1、wc -l](#1、wc -l)
  • 2、实战
  • [3、wc --help](#3、wc --help)

1、wc -l

在命令 wc -l 中,-l 的英文全称是 lines。这个选项用于指定 wc(word count,单词计数)命令来统计文件的行数。

例如,当你运行 wc -l load_user_100w_sort.sql 时,wc 会计算 load_user_100w_sort.sql 文件中的行数,并输出结果。

2、实战

bash 复制代码
[root@localhost ~]# ll
总用量 56504
-rw-------. 1 root root     1533 12月  4 2023 anaconda-ks.cfg
-rw-r--r--. 1 root root      191 6月  25 13:29 dump6379.rdb
-rw-r--r--. 1 root root      191 6月  25 13:31 dump6380.rdb
-rw-r--r--. 1 root root      191 6月  25 13:32 dump6381.rdb
-rw-r--r--. 1 root root      583 6月  24 11:13 dump.rdb
-rw-r--r--. 1 root root     1564 12月  4 2023 initial-setup-ks.cfg
-rw-r--r--. 1 root root 57650380 2月  22 2022 load_user_100w_sort.sql
drwxr-xr-x. 3 root root       18 1月   8 18:11 minio
-rw-r--r--. 1 root root      141 6月  25 17:00 nodes-6379.conf
-rw-------. 1 root root   178567 6月   3 13:50 nohup.out
drwxr-xr-x. 2 root root        6 12月  4 2023 公共
drwxr-xr-x. 2 root root        6 12月  4 2023 模板
drwxr-xr-x. 2 root root        6 12月  4 2023 视频
drwxr-xr-x. 2 root root        6 12月  4 2023 图片
drwxr-xr-x. 2 root root        6 12月  4 2023 文档
drwxr-xr-x. 2 root root        6 12月  4 2023 下载
drwxr-xr-x. 2 root root        6 12月  4 2023 音乐
drwxr-xr-x. 2 root root        6 12月  4 2023 桌面
[root@localhost ~]# wc -l load_user_100w_sort.sql 
1000000 load_user_100w_sort.sql
[root@localhost ~]# 

这表示 load_user_100w_sort.sql 文件中有 1,000,000 行(假设文件名中的 "100w" 是 "100万" 的缩写,即一百万)

3、wc --help

bash 复制代码
[root@localhost ~]# wc --help
用法:wc [选项]... [文件]...
 或:wc [选项]... --files0-from=F
Print newline, word, and byte counts for each FILE, and a total line if
more than one FILE is specified.  With no FILE, or when FILE is -,
read standard input.  A word is a non-zero-length sequence of characters
delimited by white space.
The options below may be used to select which counts are printed, always in
the following order: newline, word, character, byte, maximum line length.
  -c, --bytes            print the byte counts
  -m, --chars            print the character counts
  -l, --lines            print the newline counts
      --files0-from=文件        从指定文件读取以NUL 终止的名称,如果该文件被
                                        指定为"-"则从标准输入读文件名
  -L, --max-line-length 显示最长行的长度
  -w, --words                   显示单词计数
      --help            显示此帮助信息并退出
      --version         显示版本信息并退出

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
请向<http://translationproject.org/team/zh_CN.html> 报告wc 的翻译错误
要获取完整文档,请运行:info coreutils 'wc invocation'
[root@localhost ~]# 
相关推荐
上辈子杀猪这辈子学IT16 分钟前
【Zookeeper集群搭建】安装zookeeper、zookeeper集群配置、zookeeper启动与关闭、zookeeper的shell命令操作
linux·hadoop·zookeeper·centos·debian
minihuabei21 分钟前
linux centos 安装redis
linux·redis·centos
EasyCVR44 分钟前
萤石设备视频接入平台EasyCVR多品牌摄像机视频平台海康ehome平台(ISUP)接入EasyCVR不在线如何排查?
运维·服务器·网络·人工智能·ffmpeg·音视频
lldhsds1 小时前
书生大模型实战营第四期-入门岛-1. Linux前置基础
linux
wowocpp2 小时前
ubuntu 22.04 硬件配置 查看 显卡
linux·运维·ubuntu
山河君2 小时前
ubuntu使用DeepSpeech进行语音识别(包含交叉编译)
linux·ubuntu·语音识别
鹏大师运维2 小时前
【功能介绍】信创终端系统上各WPS版本的授权差异
linux·wps·授权·麒麟·国产操作系统·1024程序员节·统信uos
筱源源2 小时前
Elasticsearch-linux环境部署
linux·elasticsearch
萨格拉斯救世主2 小时前
jenkins使用slave节点进行node打包报错问题处理
运维·jenkins
川石课堂软件测试2 小时前
性能测试|docker容器下搭建JMeter+Grafana+Influxdb监控可视化平台
运维·javascript·深度学习·jmeter·docker·容器·grafana