| changeset 1 | 29afbe10f498 |
| child 7 | 0cd47f29bdfb |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/fs.conf Wed Jul 14 08:23:31 2010 +0200 @@ -0,0 +1,8 @@ +# Filesystem related parameters + +# Returns age of last modification time of file $1 +UserParameter=file.age[*],expr `date +%s` - `stat -f %m $1` + +# Returns count of files in directory $1 +UserParameter=dir.files[*],ls $1|wc -l +