p When invoked as .Nm readlink , only the target of the symbolic link is printed. If the given argument is not a symbolic link, .Nm readlink will print nothing and exit with an error.
p The information displayed is obtained by calling .Xr lstat 2 with the given argument and evaluating the returned structure.
p The options are as follows: l -tag -width XFXformatXXX t Fl F As in c ls , display a slash
q Sq / immediately after each pathname that is a directory, an asterisk
q Sq * after each that is executable, an at sign
q Sq @ after each symbolic link, a percent sign
q Sq % after each whiteout, an equal sign
q Sq = after each socket, and a vertical bar
q Sq | after each that is a FIFO. The use of .Fl F implies .Fl l . t Fl f Ar format Display information using the specified format. See the .Sx FORMATS section for a description of valid formats. t Fl L Use .Xr stat 2 instead of .Xr lstat 2 . The information reported by .Nm will refer to the target of .Ar file , if file is a symbolic link, and not to .Ar file itself. t Fl l Display output in c ls Fl lT format. t Fl n Do not force a newline to appear at the end of each piece of output. t Fl q Suppress failure messages if calls to .Xr stat 2 or .Xr lstat 2 fail. When run as .Nm readlink , error messages are automatically suppressed. t Fl r Display raw information. That is, for all the fields in the stat-structure, display the raw, numerical value (for example, times in seconds since the epoch, etc.) t Fl s Display information in .Dq shell output , suitable for initializing variables. t Fl t Ar timefmt Display timestamps using the specified format. This format is passed directly to .Xr strftime 3 . t Fl x Display information in a more verbose way as known from some Linux distributions. .El .Ss FORMATS Format strings are similar to .Xr printf 3 formats in that they start with .Cm % , are then followed by a sequence of formatting characters, and end in a character that selects the field of the struct stat which is to be formatted. If the .Cm % is immediately followed by one of .Cm n , .Cm t , .Cm % , or .Cm @ , then a newline character, a tab character, a percent character, or the current file number is printed, otherwise the string is examined for the following:
p Any of the following optional flags: l -tag -width Ds t Cm # Selects an alternate output form for octal and hexadecimal output. Non-zero octal output will have a leading zero, and non-zero hexadecimal output will have .Dq 0x prepended to it. t Cm + Asserts that a sign indicating whether a number is positive or negative should always be printed. Non-negative numbers are not usually printed with a sign. t Cm - Aligns string output to the left of the field, instead of to the right. t Cm 0 Sets the fill character for left padding to the 0 character, instead of a space. t space Reserves a space at the front of non-negative signed output fields. A .Sq Cm + overrides a space if both are used. .El
p Then the following fields: l -tag -width Ds t Cm size An optional decimal digit string specifying the minimum field width. t Cm prec An optional precision composed of a decimal point .Sq Cm . and a decimal digit string that indicates the maximum string length, the number of digits to appear after the decimal point in floating point output, or the minimum number of digits to appear in numeric output. t Cm fmt An optional output format specifier which is one of .Cm D , .Cm O , .Cm U , .Cm X , .Cm F , or .Cm S . These represent signed decimal output, octal output, unsigned decimal output, hexadecimal output, floating point output, and string output, respectively. Some output formats do not apply to all fields. Floating point output only applies to timespec fields (the .Cm a , .Cm m , and .Cm c fields).
p The special output specifier .Cm S may be used to indicate that the output, if applicable, should be in string format. May be used in combination with l -tag -width Ds t Cm amc Display date in strftime(3) format. t Cm dr Display actual device name. t Cm gu Display group or user name. t Cm p Display the mode of .Ar file as in c ls -lTd . t Cm N Displays the name of .Ar file . t Cm T Displays the type of .Ar file . t Cm Y Insert a `` -\*[Gt] '' into the output. Note that the default output format for .Cm Y is a string, but if specified explicitly, these four characters are prepended. .El t Cm sub An optional sub field specifier (high, middle, low). Only applies to the .Cm p , .Cm d , .Cm r , and .Cm T output formats. It can be one of the following: l -tag -width Ds t Cm H .Dq High -- specifies the major number for devices from .Cm r or .Cm d , the .Dq user bits for permissions from the string form of .Cm p , the file .Dq type bits from the numeric forms of .Cm p , the long output form of .Cm T , and the directory path from the .Cm N output similar to what .Xr dirname 1 would show. t Cm L .Dq Low -- specifies the minor number for devices from .Cm r or .Cm d , the .Dq other bits for permissions from the string form of .Cm p , the .Dq user , .Dq group , and .Dq other bits from the numeric forms of .Cm p , the c ls -F style output character for file type when used with .Cm T (the use of .Cm L for this is optional), and the filename component of the .Cm N output form similar to what .Xr basename 1 would display. t Cm M .Dq Middle -- specifies the .Dq group bits for permissions from the string output form of .Cm p , or the .Dq suid , .Dq sgid , and .Dq sticky bits for the numeric forms of .Cm p . .El t Cm datum A required field specifier, being one of the following: l -tag -width 11n t Cm d Device upon which .Ar file resides. t Cm i .Ar file Ap s inode number. t Cm p File type and permissions. t Cm l Number of hard links to .Ar file . t Cm u , g User-id and group-id of .Ar file Ap s owner. t Cm r Device number for character and block device special files. t Cm a , m , c , B The time .Ar file was last accessed or modified, of when the inode was last changed, or the birth time of the inode. t Cm z The size of .Ar file in bytes. t Cm b Number of blocks allocated for .Ar file . t Cm k Optimal file system I/O operation block size. t Cm f User defined flags for .Ar file . t Cm v Inode generation number. .El
p The following four field specifiers are not drawn directly from the data in struct stat, but are l -tag -width Ds t Cm N The name of the file. t Cm T The file type, either as in c ls -F or in a more descriptive form if the sub field specifier .Cm H is given. t Cm Y The target of a symbolic link. t Cm Z Expands to .Dq major,minor from the rdev field for character or block special devices and gives size output for all others. .El .El
p Only the .Cm % and the field specifier are required. Most field specifiers default to .Cm U as an output form, with the exception of .Cm p which defaults to .Cm O , .Cm a , m , and .Cm c which default to .Cm D , and .Cm Y , T , and .Cm N , which default to .Cm S . .Sh EXIT STATUS .Nm exits 0 on success, and \*[Gt]0 if an error occurred. .Sh EXAMPLES If no options are specified, the default format is "%d %i %Sp %l %Su %Sg %r %z \\"%Sa\\" \\"%Sm\\" \\"%Sc\\" \\"%SB\\" %k %b %#Xf %N". d -literal -offset indent \*[Gt] stat /tmp/bar 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 2004" "Jan 1 09:00:00 1970" 16384 0 0 /tmp/bar .Ed
p Given a symbolic link .Dq foo that points from
a / , you would use .Nm as follows: d -literal -offset indent \*[Gt] stat -F /tmp/foo lrwxrwxrwx 1 jschauma cs 1 Apr 24 16:37:28 2002 /tmp/foo@ -\*[Gt] / \*[Gt] stat -LF /tmp/foo drwxr-xr-x 16 root wheel 512 Apr 19 10:57:54 2002 /tmp/foo/ .Ed
p To initialize some shell-variables, you could use the .Fl s flag as follows: d -literal -offset indent \*[Gt] csh % eval set `stat -s .cshrc` % echo $st_size $st_mtime 1148 1015432481 \*[Gt] sh $ eval $(stat -s .profile) $ echo $st_size $st_mtime 1148 1015432481 .Ed
p In order to get a list of the kind of files including files pointed to if the file is a symbolic link, you could use the following format: d -literal -offset indent $ stat -f "%N: %HT%SY" /tmp/* /tmp/bar: Symbolic Link -\*[Gt] /tmp/foo /tmp/output25568: Regular File /tmp/blah: Directory /tmp/foo: Symbolic Link -\*[Gt] / .Ed
p In order to get a list of the devices, their types and the major and minor device numbers, formatted with tabs and linebreaks, you could use the following format: d -literal -offset indent stat -f "Name: %N%n%tType: %HT%n%tMajor: %Hr%n%tMinor: %Lr%n%n" /dev/* [...] Name: /dev/wt8 Type: Block Device Major: 3 Minor: 8 Name: /dev/zero Type: Character Device Major: 2 Minor: 12 .Ed
p In order to determine the permissions set on a file separately, you could use the following format: d -literal -offset indent \*[Gt] stat -f "%Sp -\*[Gt] owner=%SHp group=%SMp other=%SLp" . drwxr-xr-x -\*[Gt] owner=rwx group=r-x other=r-x .Ed
p In order to determine the three files that have been modified most recently, you could use the following format: d -literal -offset indent \*[Gt] stat -f "%m%t%Sm %N" /tmp/* | sort -rn | head -3 | cut -f2- Apr 25 11:47:00 2002 /tmp/blah Apr 25 10:36:34 2002 /tmp/bar Apr 24 16:47:35 2002 /tmp/foo .Ed .Sh SEE ALSO .Xr file 1 , .Xr basename 1 , .Xr dirname 1 , .Xr ls 1 , .Xr lstat 2 , .Xr readlink 2 , .Xr stat 2 , .Xr printf 3 , .Xr strftime 3 .Sh HISTORY The .Nm utility appeared in .Nx 1.6 . .Sh AUTHORS .An -nosplit The .Nm utility was written by .An Andrew Brown .Aq atatat (at] NetBSD.org . This man page was written by .An Jan Schaumann .Aq jschauma (at] NetBSD.org .