ICode9

精准搜索请尝试: 精确搜索
  • strace, ltrace, dtrace2022-07-24 21:33:08

    strace -o 可以把log 写入一个文件 root@DTSEACLI1302348:/tmp # strace -o trace.log ls testdir/ file1 file2 wc -l filename 输出文件行数 wc -w filename 输出文件word wc -c/m filename 输出文件bytes/chars number -c, --bytes print the byte counts -m, -

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有