Size: 1084
Comment:
|
Size: 1094
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
This is just for me to test and describe the zip file extension, will be removed soon. |
This is just for me to test and describe how to write proper descriptions with imnages |
Line 18: | Line 17: |
* example.zip was created by {{{zip example.zip *.jpg}}} | * example.zip was created calling {{{zip example.zip *.jpg}}} |
Line 20: | Line 19: |
* example_to_large_file.zip was created by {{{ | * example_to_large_file.zip was created calling {{{ |
Line 22: | Line 21: |
zip example_to_large_file.zip large_dummy_file.txt }}} it should not be unzipped because it eceeds the single file size limit | zip example_to_large_file.zip large_dummy_file.txt }}} it should not be unzipped because it exceeds the single file size limit |
This is just for me to test and describe how to write proper descriptions with imnages
hints for me for documenting this and others
- if you like to compare results logged in and off choose modern as theme
- use a browser where you know how to set the default language to english, e.g. mozilla-firefox
zip file example to describe zip feature. This is a small file. It holds up to nine files from different sizes. I have choosen the extension jpg because this is a known extension for users. All data in the file are several replications of the word ZipTest. it is only test data to write the unzip description and not for image view.
example.zip was created calling zip example.zip *.jpg
- example_drop_included_zip_files.zip includes the ex-1.jpg file as zip file and the ex-2.jpg
example_to_large_file.zip was created calling
dd if=/dev/zero bs=1k count=10000 > large_dummy_file.txt zip example_to_large_file.zip large_dummy_file.txt
it should not be unzipped because it exceeds the single file size limit