zoukankan      html  css  js  c++  java
  • Linux命令:ls

    语法:

    BusyBox v1.22.1 (2015-11-10 11:07:12 ) multi-call binary.

    Usage: ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...

    List directory contents

    -1 One column output            按列显示。显示成一竖列。
    -a Include entries which start with .       包括隐藏目录一起显示出来。
    -A Like -a, but exclude . and ..         显示的隐藏目录不含. 和 ..
    -C List by columns               
    -x List by lines
    -d List directory entries instead of contents

    -L Follow symlinks              不显示链接自己,而是链接的目标。

    -m fill width with a comma separated list of entries     如何显示在一行里,则逗号分隔。

    -H Follow symlinks on command line
    -R Recurse                      显示目标目录和其所有子目录。
    -p Append / to dir entries
    -F Append indicator (one of */=@|) to entries
    -l Long listing format                   长格式,又叫详细格式。每个文件显示一行。
    -i List inode numbers                会在文件前多显示一个它的inode值。
    -n List numeric UIDs and GIDs instead of names   显示UID和GID的值而不是名字。
    -s List allocated blocks
    -e List full date and time
    -h List sizes in human readable format (1K 243M 2G)
    -r Sort in reverse order
    -S Sort by size
    -X Sort by extension
    -v Sort by version
    -c With -l: sort by ctime
    -t With -l: sort by mtime
    -u With -l: sort by atime
    -w N Assume the terminal is N columns wide
    --color[={always,never,auto}] Control coloring

    本篇文章出自“国民时代”,转载请注明转载出处。
  • 相关阅读:
    js注意点:数组比较大小方法及数组与对象的区别
    ubuntu开通ftp虚拟用户
    linux(centos)禁止升级内核的办法
    解决ubuntu新建用户后,tab键不能使用的问题
    ubuntu下php7+mysql+nginx安装笔记
    使用nginx+lua+GraphicsMagick实现图片自动 裁剪
    mysql5.7配置文件(仅供参考)
    ubuntu下安装基于Apache的SVN服务器
    Linux CentOS 7.X 如何修改内核启动默认顺序
    Linxu下Redis安装
  • 原文地址:https://www.cnblogs.com/ChinaGo/p/10533674.html
Copyright © 2011-2022 走看看