sfs.ini

来自「MC Linux/Unix 终端下文件管理器」· INI 代码 · 共 25 行

INI
25
字号
## This is config for Single File fileSystem## Notice that output files (%3) are pre-created atomically in /tmp# with 0600 rights, so it is safe to > %3#gz/1	gzip < %1 > %3ugz/1	gzip -cdf < %1 > %3bz/1	bzip < %1 > %3ubz/1	bzip -d < %1 > %3bz2/1	bzip2 < %1 > %3ubz2/1	bzip2 -d < %1 > %3tar/1	tar cf %3 %1tgz/1	tar czf %3 %1uhtml/1	lynx -force_html -dump %1 > %3uman/1	groff -Tascii -man %1 > %3uue/1	uuenpipe < %1 > %3uude/1	uudepipe < %1 > %3crlf/1	todos < %1 > %3cr/1	fromdos < %1 > %3# Fixme: we need it to fail whenever it shouldurl:2	lynx -source `echo "%2" | sed 's-|-/-g'` > %3nop/1	cat %1 > %3strings/1	strings %1 > %3

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?