Updated Russian translation.
[midnight-commander.git] / src / vfs / extfs / helpers / sfs.ini
blob522cca10a47269a300712b7128423908760fcf44
2 # This is config for Single File fileSystem
4 # Notice that output files (%3) are pre-created atomically in /tmp
5 # with 0600 rights, so it is safe to > %3
7 gz/1 gzip < %1 > %3
8 ugz/1 gzip -cdf < %1 > %3
9 bz/1 bzip < %1 > %3
10 ubz/1 bzip -d < %1 > %3
11 bz2/1 bzip2 < %1 > %3
12 ubz2/1 bzip2 -d < %1 > %3
13 lzma/1 lzma < %1 > %3
14 ulzma/1 lzma -d < %1 > %3
15 xz/1 xz < %1 > %3
16 uxz/1 xz -d < %1 > %3
17 tar/1 tar cf %3 %1
18 tgz/1 tar czf %3 %1
19 uhtml/1 lynx -force_html -dump %1 > %3
20 uman/1 groff -Tascii -man %1 > %3
21 uue/1 uuenpipe < %1 > %3
22 uude/1 uudepipe < %1 > %3
23 crlf/1 todos < %1 > %3
24 cr/1 fromdos < %1 > %3
25 # Fixme: we need it to fail whenever it should
26 url:2 lynx -source `echo "%2" | sed 's-|-/-g'` > %3
27 nop/1 cat %1 > %3
28 strings/1 strings %1 > %3