|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
MDLS(1) BSD General Commands Manual MDLS(1)
NAME
mdls -- lists the metadata attributes for the specified file
SYNOPSIS
mdls [-name attributeName] [-raw [-nullMarker markerString]] file ...
DESCRIPTION
The mdls command prints the values of all the metadata attributes associated with the files provided as
an argument.
The following options are available:
-name Print only the matching metadata attribute value. Can be used multiple times.
-raw Print raw attribute data in the order that was requested. Fields will be separated with a
ASCII NUL character, suitable for piping to xargs(1) -0.
-nullMarker Sets a marker string to be used when a requested attribute is null. Only used in -raw
mode. Default is "(null)".
SEE ALSO
mdfind(1), mdutil(1) xargs(1)
Mac OS X June 3, 2004 Mac OS X
|
|