Fork me on GitHub

Other articles


  1. sed 命令中文速查手册

    基础语法

    sed [选项] '命令' 文件名
    sed [选项] -f 脚本文件 文件名
    

    常用选项

    选项 说明
    -n 安静模式,仅显示经过sed处理的行
    -e 执行多个sed命令
    -f 从 …
    read more

    There are comments.

  2. linux一些命令

    linux文件权限

    -rw------- (600) 只有所有者才有读和写的权限

    -rw-r--r-- (644) 只有所有者才有读和写的权限,组群和其他人只有读的权限

    -rwx------ (700) 只有所有者 …

    read more

    There are comments.

links

social