Linux 常用命令(三)

一、less  --分页查看文件:方面查阅(编辑)大文件

  说明:支持方向键盘和鼠标向上向下浏览

  -N 显示行号

二、head  --output the first  part of files

  默认显示文件前10行

  -n:显示前n行

  -v--verbose:开头显示文件名

三、tail  --output the last part of files 

  默认显示最后10行

  -n:显示最后n行

  -v:显示文件名

  -f:随时显示追加的内容

  

 

四、cut  --remove sections from each line of files

  -b  --bytes:select only these bytes

  -c  --character:select only these characters

  

  -d, --delimiter=DELIM
  use DELIM instead of TAB for field delimiter

  -f, --fields=LIST
  select only these fields; also print any line that contains no
  delimiter character, unless the -s option is specified

  示例:

  显示第一行第二个0

[root@gaogzhen gaogzhen]# head -1 /etc/passwd|cut -d : -f4
0

  显示不可见字符:

    

  cut默认以tab为分隔符:

  以空格分隔符示例:

  只支持单个分隔符:

 

转载于:https://www.cnblogs.com/gaogzhen/p/9977128.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值