zoukankan      html  css  js  c++  java
  • 2017/11/13

    ls 查看所有文件

    cat 文件名 | more   分页显示 

    cat title_20171101.log | grep 'http' | more    查询所有http的记录

    cat title_20171101.log | grep 'http' | wc -l 查询含有http的记录条数

    cat title_201711* | grep 'http' | wc -l 查询所有含有http的记录条数

    ll 文件名  文件列表

    ll 文件名 | wc -l  文件记录条数

    wc -l title_201711*  查看文件的行数  包括总共包含的行数

     

  • 相关阅读:
    问题:https与http有什么区别啊?
    Android应用开发是否应避免使用枚举?
    AppStore 内购验证的方法
    vs2017环境下编译log4cpp-1.1.3
    iphone开发笔记
    系统界面跳转设置[转]
    常用宏OC
    git忽略文件
    第三方开源库学习
    [转]iOS开发总结之代码规范
  • 原文地址:https://www.cnblogs.com/cina33blogs/p/7827698.html
Copyright © 2011-2022 走看看