User Tools

Site Tools


sed:uuencoding:get_multi-part_uuencoded_binaries_removing_extraneous_header_info_so_that_only_the_uuencoded_portion_remains

SED - uuencoding - Get multi-part uuencoded binaries, removing extraneous header info, so that only the uuencoded portion remains

Files passed to sed must be passed in the proper order.

Version 1 can be entered from the command line.

Version 2 can be made into an executable Unix shell script.

sed '/^end/,/^begin/d' file1 file2 ... fileX | uudecode   # vers. 1
sed '/^end/,/^begin/d' "$@" | uudecode                    # vers. 2
sed/uuencoding/get_multi-part_uuencoded_binaries_removing_extraneous_header_info_so_that_only_the_uuencoded_portion_remains.txt · Last modified: 2020/08/17 11:37 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki