Skip to content

Commit dee3a1d

Browse files
committed
man: doveadm-fs - Add usage example
1 parent 5d35829 commit dee3a1d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/core/man/include/doveadm-fs.inc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ size (in bytes) of the item is returned.
139139
140140
<!-- @include: ./reporting-bugs.inc -->
141141
142+
## EXAMPLE
143+
144+
How to decompress a file.
145+
146+
```sh
147+
doveadm -o fs=compress,posix -o fs/compress/fs_driver=compress -o fs/posix/fs_driver=posix -o fs_posix_prefix=/tmp/ fs get "" test.gz
148+
```
149+
150+
Using a named filter.
151+
152+
```sh
153+
doveadm mail fs -u testuser get obox path/to/file
154+
```
155+
142156
## SEE ALSO
143157
144158
[[man,doveadm]]

0 commit comments

Comments
 (0)