📄 uuencode.5
字号:
.TH uuencode 5.SH Nameuuencode \- format of an encoded uuencode file.SH Description.NXR "uuencode file" "format".NXAM "uuencode command" "uuencode file"Files output by .MS uuencode 1cconsist of a header line,followed by a number of body lines,and a trailer line.The.PN uudecodecommand ignores any lines preceding the header orfollowing the trailer.Lines preceding a header must not, of course,look like a header..PPThe header line is distinguished by having the firstsix characters by the word ``begin'',followed by a space.The next item on the line is a mode (in octal)and a string which names the remote file.A space separates the three items in the header line..PPThe body consists of a number of lines, each at most 62 characterslong including the trailing new line.These consist of a character count,followed by encoded characters,followed by a new line.The character count is a single printing characterand represents an integer, the number of bytesthe rest of the line represents.Such integers are always in the range from 0 to 63 and canbe determined by subtracting the character space (octal 40)from the character..PPGroups of 3 bytes are stored in 4 characters, with 6 bits per character.All are offset by a space to make the characters print.The last line may be shorter than the normal 45 bytes.If the size is not a multiple of 3, this fact can be determinedby the value of the count on the last line.Extra dummy characters are included to make the character count a multiple of 4.The body is terminated by a line with a count of zero.This line consists of one ASCII space..PPThe trailer line consists of \*(lqend\*(rq on a line by itself..SH See Alsomail(1), uucp(1c), uudecode(1c), uuencode(1c), uusend(1c)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -