Linux ls --help 选项全析

Linux RedHat 7.0 版本

根据 ls --help 下边的所有选项参数,结合自己的使用历程,全部解析

选项

用途

--help

display this help and exit

显示所有帮助信息

--version

 output version information and exit

在标准输出上输出版本信息并退出

a

do not ignore entries starting with .

显示隐藏文件(以.开头)

A

do not list implied . and ..

显示除“.”“..”以外的文件

b

 print C-style escapes for nongraphic characters

把文件名中不可输出的字符用反斜杠加字符编号(就像c语言一样)的形式列出

B

do not list implied entries ending with ~

不输出以结尾的备份文件

c

with -lt: sort by, and show, ctime (time of last modification of file status   information)

with -l: show ctime and sort by name;

otherwise: sort by ctime, newest first

输出文件i节点的修改时间,并以此排序

C

list entries by columns

按列输出,纵向排序

d

 list directories themselves, not their contents

显示目录本身信息,不包括目录里边的信息

D

 generate output designed for Emacs' dired mode

生成输出用于Emacs的直接模式

f

do not sort, enable -aU, disable -ls —color

对输出的文件不排序

F

append indicator (one of */=>@|) to entries

附加指标记录

g

like -l, but do not list owner(这条基本没用)

-l,但是不列出自己的信息

G

in a long listing, don't print group names

用长列表显示,但是不显示组名

h

 with -l, print sizes in human readable format

列出文件大小(以单位表示)

H

follow symbolic links listed on the command line

根据命令行里出符号链接(解释不标准,供参考)

i

print the index number of each file

输出文件的i字节的索引信息

l

use a long listing format

列出链接的文件名而不是连接到的文件

m

fill width with a comma separated list of entries

横向输出文件名,并以作为分隔符

n

like -l, but list numeric user and group IDs

用数字的UIDGID代替名称

N

print raw entry names (don't treat e.g. control characters specially)

打印原始文件名称

o

like -l, but do not list group information

列出文件所有信息,但不列出组名

p

append / indicator to directories

在每个文件名后附一个字符以说明该文件的类型。(表示可执行的普通文件,表示目录,“@”表示符号链接,表示FIFOS表示套)

q

 print ? instead of nongraphic characters

用?代替不可输出的字符

Q

enclose entry names in double quotes

用双引号把输出的文件名引起来

r

reverse order while sorting

对目录反向排序

R

list subdirectories recursively

列出所有子目录下的文件

s

print the allocated size of each file, in blocks

在每个文件名后输出该文件的大小

t

sort by modification time, newest first

以最近修改的时间排序

T

assume tab stops at each COLS instead of 8

待实战

u

with -lt: sort by, and show, access time;

with -l: show access time and sort by name;

otherwise: sort by access time

以文件上次被访问的时间排序

U

do not sort; list entries in directory order

不排序,列出目录中的列表项

v

 natural sort of (version) numbers within text

文本中的自然排序号

w

assume screen width instead of current value

假设是屏幕宽度而不是当前值

x

list entries by lines instead of by columns

按列输出,横向排序

X

sort alphabetically by entry extension

以文件扩展名(最后一个 . 后的字符)排序

-1

list one file per line

一行只输出一个文件

Z

Display security context so it fits on most displays.  Displays only mode, user, group, security context and file name.

显示大多数文本适合的安全模式,显示模式、用户、组、安全文本、文件名


有不合适的地方,欢迎指出,共同学习。
如有转载请标注原文地址,谢谢。

你可能感兴趣的:(Linux ls --help 选项全析)