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

📄 uusyntax.man

📁 国外网站上的一些精典的C程序
💻 MAN
字号:
            Syntax for SNIPPETS' UUENCODE and UUDECODE utilities            ----------------------------------------------------Users not familiar with Unix utilities or filters in general have expressedsome problems using the implementations of UUENCODE and UUDECODE in SNIPPETS.This file is a quick syntax reference for these implementations.UUENCODE:---------The syntax for this utility may be either...      UUENCODE [input_file] file_name > uuencoded_file...or...      UUENCODE file_name < input_file > uuencoded_fileThe UUENCODE utility encodes a binary file using only printable characters tofacilitate transmission of such files (e.g. .ZIP archives) across trans-mission media designed for the transmission of textual data only. Althoughthe internal format of the uuencoded file is not important, it does carrywith it both the name of the uuencoded file as well as its encoded data.The first, optional, argument is the local file name of the file to beencoded. If the file name is not supplied, the input will be taken fromstdin, i.e. it will act as a true filter (see note below!)The second, required, argument is the name to use when decoding the file.This is the name that is stored in the first line of the uuencoded file.All other arguments are used with the redirection operators, ">" and "<". Ifa local file name isn't specified, one must be redirected to stdin using the"<" operator. The output of uuencode is always to stdout. To send it to afile rather than appearing on the console, you should use the ">" operator.NOTE: There is one side effect of this implementation that can cause problems      in some environments. If the local file name is explicitly specified as      the optional first argument, everything proceeds as expected. However,      if the input file is redirected, it may cause unwanted translation of      newline characters. For example, on my DOS machine, uuencoding a      redirected text file, then decoding with the SNIPPETS utilities will      result in the CR/LF pairs terminating each line to be changed to LF      characters. The solution is to explicitly provide the input file name      rather than redirecting it.UUDECODE:---------UUDECODE is used to decode a file which has been encoded using the UUENCODEutility. Its syntax is...UUDECODE < uuencoded_fileNote that no command line arguments are used and the file to be decoded issimply redirected to the utility. The decoded output is written directly to afile whose name is speciified in the first line of the uuencoded file.

⌨️ 快捷键说明

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