cat
-
linux awk命令统计行数和列数
1、测试数据 [root@centos7 test4]# ls test.txt [root@centos7 test4]# cat test.txt d j k j x m …
-
linux中输出匹配行的行号
1、测试数据 [root@centos7 test4]# ls test.txt [root@centos7 test4]# cat test.txt e f j d i x …
-
linux 中输出匹配行的下一行
1、 [root@rhel7pc1 test]# ls a.txt [root@rhel7pc1 test]# cat a.txt 1 k d f 2 x c g 3 z c …
-
Linux常用命令
常用组合键 [Tab] [Tab] 命令补全/文件补齐/命令参数提示 [Ctrl] + c 中断目前的程序 [Ctrl] + d 相当于exit [Ctrl] + z 暂停程序 […