Lines Matching +full:link +full:- +full:loss +full:- +full:low

26 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
62 only the target of the symbolic link is printed.
63 If the given argument is not a symbolic link and the
76 In this case, the argument does not need to be a symbolic link.
101 .Bl -tag -width indent
113 after each symbolic link,
135 For each file argument, print a line consisting of a comma-separated
182 if file is a symbolic link, and not to
185 If the link is broken or the target does not exist,
188 and report information about the link.
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] "
344 An optional sub field specifier (high, middle, low).
352 .Bl -tag -width indent
371 .Dq Low
413 .Bl -tag -width indent
468 .Bl -tag -width indent
482 The target of a symbolic link.
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 …
524 Given a symbolic link
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)
557 file is a symbolic link, you could use the following format:
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/*
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