Lines Matching +full:literal +full:- +full:block
101 .Bl -tag -width indent
135 For each file argument, print a line consisting of a comma-separated
251 .Bl -tag -width indent
254 Non-zero octal output will have a leading zero, and non-zero
261 Non-negative numbers are not usually printed
263 .It Cm -
270 Reserves a space at the front of non-negative signed output fields.
277 .Bl -tag -width indent
308 .Bl -tag -width indent
335 .Dq Li " -\*[Gt] "
352 .Bl -tag -width indent
413 .Bl -tag -width indent
436 Device number for character and block device special files
454 Optimal file system I/O operation block size
468 .Bl -tag -width indent
488 field for character or block
515 .Ex -std stat readlink
519 .Bd -literal -offset indent
521 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 …
533 .Bd -literal -offset indent
534 \*[Gt] stat -F /tmp/foo
535 lrwxrwxrwx 1 jschauma cs 1 Apr 24 16:37:28 2002 /tmp/foo@ -\*[Gt] /
537 \*[Gt] stat -LF /tmp/foo
538 drwxr-xr-x 16 root wheel 512 Apr 19 10:57:54 2002 /tmp/foo/
544 .Bd -literal -offset indent
546 % eval set `stat -s .cshrc`
551 $ eval $(stat -s .profile)
558 .Bd -literal -offset indent
559 $ stat -f "%N: %HT%SY" /tmp/*
560 /tmp/bar: Symbolic Link -\*[Gt] /tmp/foo
563 /tmp/foo: Symbolic Link -\*[Gt] /
569 .Bd -literal -offset indent
570 stat -f "Name: %N%n%tType: %HT%n%tMajor: %Hr%n%tMinor: %Lr%n%n" /dev/*
573 Type: Block Device
585 .Bd -literal -offset indent
586 \*[Gt] stat -f "%Sp -\*[Gt] owner=%SHp group=%SMp other=%SLp" .
587 drwxr-xr-x -\*[Gt] owner=rwx group=r-x other=r-x
592 .Bd -literal -offset indent
593 \*[Gt] stat -f "%m%t%Sm %N" /tmp/* | sort -rn | head -3 | cut -f2-
600 .Bd -literal -offset indent
601 \*[Gt] stat -f %m /tmp/foo
606 .Bd -literal -offset indent
607 \*[Gt] stat -f %Sm /tmp/foo
612 .Bd -literal -offset indent
613 \*[Gt] stat -f %Sm -t %Y%m%d%H%M%S /tmp/foo
618 .Bd -literal -offset indent
620 $ TZ= stat -f %Sm -t %Y%m%d%H%M%S /tmp/foo
639 .An -nosplit