美文网首页
cat,less,more

cat,less,more

作者: 发明家简简 | 来源:发表于2017-09-28 22:00 被阅读0次

cat -b 显示行号
cat > filename 读入屏幕的input到filename

less,more 空格翻页,b向前

top命令cpu均衡使用率
pstree查看进程关系树

相关文章

  • 查看文件

    查看文件(cat,tac,more,less,head,tail,od) cat: cat [file] 查看文件...

  • cat,less,more

    cat -b 显示行号cat > filename 读入屏幕的input到filename less,more 空...

  • Linux

    cat more less crontab touch 简单总结下 touch,vim,cat的区别 ifconf...

  • Linux命令(五)

    一、文件内容查询:cat,tac,nl,more,less,head,tail,od ①cat(Concate...

  • linux常用命令--查看命令

    cat cat -n file有行号从最后一行向上 more more file 从第一行开始 less head...

  • [Linux]实用指令: cat、more、less

    cat、more、less:查看文件内容 cat cat [选项] 要查看的文件 :只能浏览,不能修改。相当于只读...

  • linux常用命令总结

    内容 文本查看 文件搜索 其他 文本查看 less grep vim tail cat more 1 less l...

  • Linux 常用命令 笔记

    文件查阅 cat tail head more less grep cat:打印文件全部内容tail:查看文件末尾...

  • 第四天 ,文件管理

    文件管理:查看文件内容(cat tac less more head tail tailf grep ...) -...

  • 3、文本处理

    A:查看文本[cat] [tac] [more] [less] [head] [tail] B:文本剪切 C:文本...

网友评论

      本文标题:cat,less,more

      本文链接:https://www.haomeiwen.com/subject/ljojextx.html