about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-27 15:19:56 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-27 15:19:56 +0100
commitd10807b8daf705c55f1f314a10a8a83a4dfb2fee (patch)
tree24697c8d27367e0e42ec1970fcaa5578db748ae0 /README.md
parentbea00ebe24f618da8fed01f04b691fcaea823e34 (diff)
downloadlr-d10807b8daf705c55f1f314a10a8a83a4dfb2fee.tar.gz
lr-d10807b8daf705c55f1f314a10a8a83a4dfb2fee.tar.xz
lr-d10807b8daf705c55f1f314a10a8a83a4dfb2fee.zip
add rdev
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94df935..c35391f 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ Over ls:
 * `%k`: file size in 1024-byte blocks.
 * `%d`: path depth.
 * `%D`: device number (`stat.st_dev`).
+* `%R`: device ID for special files (`stat.st_rdev`).
 * `%i`: inode number.
 * `%I`: one space character for every depth level.
 * `%p`: full path (without `./` if `-s`).
@@ -116,8 +117,8 @@ Default: `n`.
 	             | prune             -- do not traverse into subdirectories
 	             | print             -- always true value
 	
-	<numprop>  ::= atime | ctime | depth | dev | entries | gid
-	             | inode | links | mode | mtime | size | total | uid
+	<numprop>  ::= atime | ctime | depth | dev | entries | gid | inode
+	             | links | mode | mtime | rdev | size | total | uid
 	
 	<numop>    ::= <= | < | >= | > | == | !=