代码搜索:uuencode
找到约 161 项符合「uuencode」的源代码
代码结果 161
www.eeworm.com/read/222780/14673813
man uudecode.man
UUENCODE(1C)
NAME
uuencode, uudecode - encode/decode a binary file for
transmission via mail
SYNOPSIS
uuencode
www.eeworm.com/read/222780/14673829
me read.me
Copying and Distribution
uuencode and uudecode are in the public domain. dos2unix and
unix2dos are hereby placed in the public domain. They may be shared
or copied as long as NO fee is charged
www.eeworm.com/read/227259/4776716
uuencode-sets-standard-input-mode-correctly
saved_umask=$(umask)
umask 0
busybox uuencode foo
www.eeworm.com/read/418008/2095209
uuencode-sets-standard-input-mode-correctly
saved_umask=$(umask)
umask 0
busybox uuencode foo
www.eeworm.com/read/464279/7166937
uu
#!/bin/sh
# Simplified uuencode
# $Id: uu,v 1.1.1.1 1998/09/17 06:00:34 ranga Exp $
if [ $# -ge 1 ] ; then
for i in "$@";
do
# only encode files, no dirs
if [ -f "$i" ]; then
uuencode
www.eeworm.com/read/278099/10571849
man uusyntax.man
+++Date last modified: 05-Jul-1997
Syntax for SNIPPETS' UUENCODE and UUDECODE utilities
----------------------------------------------------
Users not familiar with Un
www.eeworm.com/read/438832/7725339
sh ex52.sh
#!/bin/bash
# 在当前目录下用Uudecode解码所有用uuencode编码的文件.
lines=35 # 允许读头部的35行(范围很宽).
for File in * # 测试所有$PWD下的文件.
do
search1=`head -$lines $File | grep begin | wc -w`
search2=`tail -$lines
www.eeworm.com/read/141733/12988852
txt uu编码.txt
Date: Wed, 09 Apr 1997 13:04:11 +0100
From: jim
To: webmaster@wotsit.demon.co.uk
===== UUENCODE ======
uuencode is a utility designed to enable arbitrary binar