Skip to content

查看文件尾部内容

示例

查看文件尾部内容

shell
jcli tail testfile.txt

运行后会送显尾部内容

shell
[root@computer cbq]# jcli tail testfile.txt -size 7
XRootD!

使用方法

shell
  -b 参数值类型:string
        目标桶

  -r 参数值类型:string
        远端路径

  -size 参数值类型:int
        输出的字节大小 (默认值: 1024)