Lines Matching +full:non +full:- +full:sticky

99 .Bl -tag -width indent
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
294 .Dq Li " -\*[Gt] "
311 .Bl -tag -width indent
366 .Dq sticky
372 .Bl -tag -width indent
427 .Bl -tag -width indent
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
598 .An -nosplit