This commit is contained in:
Bruce M Simpson 2008-05-15 10:51:30 +00:00
parent 523b17effe
commit 7fa21c09b6

View File

@ -63,7 +63,7 @@ The following is an example of a shell pipeline which uses the
option.
It will print a report of all ELF binaries in the current directory,
which link against libc.so.6:
.Dl "find . -type f | xargs -n1 file -F " " | grep ELF | cut -f1 -d' ' | xargs ldd '%A %o\en' | grep libc.so.6"
.Dl "find . -type f | xargs -n1 file -F " " | grep ELF | cut -f1 -d' ' | xargs ldd -f '%A %o\en' | grep libc.so.6"
.Sh SEE ALSO
.Xr ld 1 ,
.Xr nm 1 ,