Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.57 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.57 KB

UUE

ISC License GoDoc GitHub downloads Go Report Card GitHub go.mod Go version GitHub release (latest by date)

UUEncode is a tool that converts to and from uuencoding

Format

UUE format:
  permission mode _______       ______ file name to be given to decoded file
                         |     |
  begin line ____ begin 644 filename
                  M;2XN+BXN+R\N+B\O+BXN+BXN+R\N+B\O+BXO+RXO+RXN+B\ON+B\O+BXN
  encoded data __ M"AM;-#LV2"`@("`@+R`@7`H;6S$[,3%("AM;,CLQ,4@@("`@<("\*&ULS
                  `
  end line ______ end

Usage

Usage of uuencode:
  -d    Decode instead of Encode
  -f string
        Target file

License

This project is licensed under the MIT License.

Copyright (c) 2020 Blake Williams [email protected]
Copyright (c) 2022 Pedro Albanese [email protected]