From d10807b8daf705c55f1f314a10a8a83a4dfb2fee Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 27 Oct 2015 15:19:56 +0100 Subject: add rdev --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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 - ::= atime | ctime | depth | dev | entries | gid - | inode | links | mode | mtime | size | total | uid + ::= atime | ctime | depth | dev | entries | gid | inode + | links | mode | mtime | rdev | size | total | uid ::= <= | < | >= | > | == | != -- cgit 1.4.1