Lines Matching +full:ls +full:- +full:bits
99 .Bl -tag -width indent
102 .Xr ls 1 ,
166 .Nm ls Fl lT
210 .Bl -tag -width indent
213 Non-zero octal output will have a leading zero, and non-zero
220 Non-negative numbers are not usually printed
222 .It Cm -
229 Reserves a space at the front of non-negative signed output fields.
236 .Bl -tag -width indent
267 .Bl -tag -width indent
278 .Nm ls Fl lTdo .
285 .Nm ls Fl lTd .
294 .Dq Li " -\*[Gt] "
311 .Bl -tag -width indent
321 bits for permissions from the string form of
325 bits from the numeric forms of
338 bits for permissions from the string form of
345 bits from the numeric forms of
348 .Nm ls Fl F
359 bits for permissions from the
367 bits for the numeric forms of
372 .Bl -tag -width indent
427 .Bl -tag -width indent
434 .Nm ls Fl F
474 .Ex -std stat readlink
478 .Bd -literal -offset indent
480 0 78852 -rw-r--r-- 1 root wheel 0 0 "Jul 8 10:26:03 2004" "Jul 8 10:26:03 2004" "Jul 8 10:28:13 …
492 .Bd -literal -offset indent
493 \*[Gt] stat -F /tmp/foo
494 lrwxrwxrwx 1 jschauma cs 1 Apr 24 16:37:28 2002 /tmp/foo@ -\*[Gt] /
496 \*[Gt] stat -LF /tmp/foo
497 drwxr-xr-x 16 root wheel 512 Apr 19 10:57:54 2002 /tmp/foo/
503 .Bd -literal -offset indent
505 % eval set `stat -s .cshrc`
510 $ eval $(stat -s .profile)
517 .Bd -literal -offset indent
518 $ stat -f "%N: %HT%SY" /tmp/*
519 /tmp/bar: Symbolic Link -\*[Gt] /tmp/foo
522 /tmp/foo: Symbolic Link -\*[Gt] /
528 .Bd -literal -offset indent
529 stat -f "Name: %N%n%tType: %HT%n%tMajor: %Hr%n%tMinor: %Lr%n%n" /dev/*
544 .Bd -literal -offset indent
545 \*[Gt] stat -f "%Sp -\*[Gt] owner=%SHp group=%SMp other=%SLp" .
546 drwxr-xr-x -\*[Gt] owner=rwx group=r-x other=r-x
551 .Bd -literal -offset indent
552 \*[Gt] stat -f "%m%t%Sm %N" /tmp/* | sort -rn | head -3 | cut -f2-
559 .Bd -literal -offset indent
560 \*[Gt] stat -f %m /tmp/foo
565 .Bd -literal -offset indent
566 \*[Gt] stat -f %Sm /tmp/foo
571 .Bd -literal -offset indent
572 \*[Gt] stat -f %Sm -t %Y%m%d%H%M%S /tmp/foo
577 .Bd -literal -offset indent
579 $ TZ= stat -f %Sm -t %Y%m%d%H%M%S /tmp/foo
584 .Xr ls 1 ,
598 .An -nosplit