• Linux文件管理常用命令


    1、目录管理

      【ls、cd、pwd、mkdir、rmdir、tree】

      tree:list contents of directories in a tree-like format.

    2、文件管理

      【touch、stat、file、rm、cp、mv、nano、install】

      stat - display file or file system status.

      install - copy files and set attributes

         -d 可以创建目录

    3、时间管理

      【date、clock、hwclock、cal】

    4、查看文件

      【cat、tac、head、tail、more、less、file、du】

      file - determine file type.

      du - estimate file space usage.

    5、文本处理

      【cut、join、uniq、sort、sed、awk、wc、tr】

      cut - remove sections from each line of files.

      join - join lines of two files on a common field.

      uniq - report or omit repeated lines.

      sort - sort lines of text files.

      sed - stream editor for filtering and transforming text.

      gawk - pattern scanning and processing language.

      wc - print the number of newlines, words, and bytes in files.

      tr - translate or delete characters.

    我喜欢一无所有,这样就只能一步一步的创造世界...
  • 相关阅读:
    Oracle数据库备份与恢复的三种方法
    mybatis内置类型
    mybatis中#{}和${}的区别
    Statement和PreparedStatement的区别; 什么是SQL注入,怎么防止SQL注入?
    java web简单权限管理设计
    Flask总结篇
    Django总结篇
    API总结
    实战小练习
    数据操作
  • 原文地址:https://www.cnblogs.com/riordon/p/3970077.html
Copyright © 2020-2023  润新知