Riordon

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

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.

posted on 2014-09-13 17:33  Riordon  阅读(164)  评论(0编辑  收藏  举报