Template:GET UNZIP: Difference between revisions

From Variscite Wiki
(Created page with "{{#switch: {{#titleparts: {{{1|}}} | -1 | -1 }} | gz=zcat {{{1|}}} | zst=zstdcat {{{1|}}} | #default=unrecognized file extension }}")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#switch: {{#titleparts: {{{1|}}} | -1 | -1 }}
{{#switch: {{GET_FILE_EXT|{{{1|}}}}}
| gz=zcat {{{1|}}}
| gz=zcat
| zst=zstdcat {{{1|}}}
| zst=zstdcat
| #default=unrecognized file extension
| #default=zcat
}}
}}

Latest revision as of 18:38, 17 April 2023

zcat