⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 压缩解压,是unzip540的升级,这个外国网站摘来的源码,是evb编写.
💻
字号:
Acorn-specific usage instructions---------------------------------As zipfiles can come from a variety of sources apart from Acorn machines,consideration had to be given to the handling of dot-extensions, e.g."DOSFILE.TXT", "unix-filename.tar.gz". These are extracted as "DOSFILE/TXT"and "unix-filename/tar/gz"; their names may or may not be truncated,depending on where the files are being created: what filing system and, forFilecore-based filing systems such as ADFS or an IDEFS or SCSIFS, whichdisk/partition format (names will not be truncated if you're using E+ or F+).Where truncation occurs, you must be REALLY careful about extracting filesfrom archives. The files    dummy_source.c and dummy_source.hwill both be extracted as    dummy_sourUnZip will prompt you for confirmation of the over-writing of these files,but you must be really careful unless you wish to lose files! Also, becauseUnZip is a unix-ported program, the filenames are CASE SENSITIVE.    *unzip new/zip newfilewill extract 'newfile', but not 'NewFile', 'NEWFILE' or any othercombinations. However, you can use the -C option to force operations todisregard the case of filenames.The Acorn UnZip port has an additional feature to cope with the extraction offiles containing 'c' code. As you may be aware, Acorn Desktop C requires allfiles called "foo.c" to be renamed to "c.foo", ie "foo" in a directory called"c".There are two ways of using this feature.- The old way: use a colon-separated environment variable named "Unzip$Exts".  Any extensions found in this variable will be extracted to directories  named after the extension, with the extension stripped. For example:    *Set Unzip$Exts "c:h:o:s"    *unzip foo/zip- The new way: use the -/ option. For example:  Any extensions found in the parameter for this option will be extracted to  directories named after the extension, with the extension stripped. For  example:    *unzip -/c:h:o:s foo/zipIf foo/zip contains a file named "foo.c", this file will be written as "foo"in directory "c". This can be used to include "c:h:o:s:txt" to pull all thetext files out to a separate directory.UnZip fully supports SparkFS Extra Field. This means that zipfiles createdwith SparkFS or Zip (on RISC OS) will be correctly unzipped, includingfiletypes.UnZipSFX can be used to create self-extracting archives. To use it, justcreate a common zipfile using Zip (or SparkFS), then load the UnZipSFXexecutable into an editor (eg. Edit, Zap), go with the caret the end of thefile (using CTRL-CursorDown) and drag the zipfile to the editor window (inother words, append the zipfile to the UnZipSFX executable). Now, saving theresulting file (with filetype Absolute (&FF8)), you have a self-extractingarchive (ie. double-clicking on it will unzip the contents of the originalzipfile to the currently selected directory).

⌨️ 快捷键说明

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