格式:less [options] file
-N:查看内容时标注行号,仅为便于查看,不属于文件内容。
-N:查看内容时标注行号,仅为便于查看,不属于文件内容。
快捷键:
翻页【空格(Pagedown)显示下一屏,b(Pageup)显示上一屏)、回车键按行查看】
查找【(/关键词)(n匹配下一个,N匹配上一个)】
退出(q)
-N:查看内容时标注行号,仅为便于查看,不属于文件内容。
[root@localhost ~]# less -N anaconda-ks.cfg 1 #version=DEVEL 2 # System authorization information 3 auth --enableshadow --passalgo=sha512 4 # Use CDROM installation media 5 cdrom 6 # Use graphical install 7 graphical 8 # Run the Setup Agent on first boot 9 firstboot --enable 10 ignoredisk --only-use=sda 11 # Keyboard layouts 12 keyboard --vckeymap=us --xlayouts='us' 13 # System language 14 lang en_US.UTF-8 15 16 # Network information 17 network --bootproto=static --device=eno16777736 --gateway=192.168.1.1 --ip=192 17 .168.1.251 --nameserver=61.177.7.1 --netmask=255.255.255.0 --ipv6=auto --activa 17 te 18 network --hostname=localhost.localdomain 19 20 # Root password 21 rootpw --iscrypted $6$JQBUj0EzywJPx59P$e8E3iEnmvoof0UxzNFq8xKgIVXTSCGPZ5b3DE0PJ
查找【(/关键词)(n匹配下一个,N匹配上一个)】
1 #version=DEVEL 2 # System authorization information 3 auth --enableshadow --passalgo=sha512 4 # Use CDROM installation media 5 cdrom 6 # Use graphical install 7 graphical 8 # Run the Setup Agent on first boot 9 firstboot --enable 10 ignoredisk --only-use=sda 11 # Keyboard layouts 12 keyboard --vckeymap=us --xlayouts='us' 13 # System language 14 lang en_US.UTF-8 15 16 # Network information 17 network --bootproto=static --device=eno16777736 --gateway=192.168.1.1 --ip=192 17 .168.1.251 --nameserver=61.177.7.1 --netmask=255.255.255.0 --ipv6=auto --activa 17 te 18 network --hostname=localhost.localdomain 19 20 # Root password 21 rootpw --iscrypted $6$JQBUj0EzywJPx59P$e8E3iEnmvoof0UxzNFq8xKgIVXTSCGPZ5b3DE0PJ /boot ←斜杠搜索关键词后回车执行搜索