View | Details | Raw Unified | Return to bug 85187
Collapse All | Expand All

(-)find.1 (-4 / +6 lines)
Lines 421-436 Link Here
421
.It Ic -ls
421
.It Ic -ls
422
This primary always evaluates to true.
422
This primary always evaluates to true.
423
The following information for the current file is written to standard output:
423
The following information for the current file is written to standard output:
424
its inode number, size in 512-byte blocks, file permissions, number of hard
424
inode number, number of 512-byte file system blocks used,
425
file permissions, number of hard
425
links, owner, group, size in bytes, last modification time, and pathname.
426
links, owner, group, size in bytes, last modification time, and pathname.
426
If the file is a block or character special file, the major and minor numbers
427
If the file is a block or character special file, the major and minor numbers
427
will be displayed instead of the size in bytes.
428
will be displayed instead of the size in bytes.
428
If the file is a symbolic link, the pathname of the linked-to file will be
429
If the file is a symbolic link, the pathname of the linked-to file will be
429
displayed preceded by
430
displayed, preceded by
430
.Dq Li -> .
431
.Dq Li -> .
431
The format is identical to that produced by
432
The format is identical (excepting whitespace) to that produced by
432
.Bk -words
433
.Bk -words
433
.Nm ls Fl dgils .
434
.Nm ls Fl dgils ,
435
when the environment has BLOCKSIZE=512.
434
.Ek
436
.Ek
435
.It Ic -maxdepth Ar n
437
.It Ic -maxdepth Ar n
436
Always true; descend at most
438
Always true; descend at most

Return to bug 85187