about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-26 17:15:10 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-26 17:15:10 +0100
commit181a6691cca5ef0046a0c721fde095c85bc65c36 (patch)
treed5025f086d60a7239167a391e10daabd0f3b0b3e /README.md
parent5b968ad24b23d3ef1a8eab8f97171328d5310812 (diff)
downloadlr-181a6691cca5ef0046a0c721fde095c85bc65c36.tar.gz
lr-181a6691cca5ef0046a0c721fde095c85bc65c36.tar.xz
lr-181a6691cca5ef0046a0c721fde095c85bc65c36.zip
add fstype (linux only so far)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f36865..4df0408 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ Over ls:
 * `%U`: numeric uid.
 * `%e`: number of entries in directories (only with `-D`).
 * `%t`: total size used by accepted files in directories (only with `-D`).
+* `%Y`: type of the filesystem the file resides on.
 
 ## Sort order
 
@@ -127,7 +128,7 @@ Default: `n`.
 	                      | G        -- *1024*1024*1024
 	                      | T )?     -- *1024*1024*1024*1024
 	
-	<strprop>  ::= group | name | path | target | user
+	<strprop>  ::= fstype | group | name | path | target | user
 	
 	<strop>    ::= ==                -- string equality
 	             | ===               -- case insensitive string equality