代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/275287/10825342
vmedl
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "dl $2 $3" > tmp.vme
vmecall tmp.vme $1
else
echo "dl $1 $2" > tmp.vme
www.eeworm.com/read/275287/10825357
vmewb
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "wb $2 $3 $4" > tmp.vme
vmecall tmp.vme $1
else
echo "wb $1 $2 $3" > tmp.vm
www.eeworm.com/read/275287/10825360
vmedb
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "d $2 $3" > tmp.vme
vmecall tmp.vme $1
else
echo "d $1 $2" > tmp.vme
vm
www.eeworm.com/read/275287/10825363
vmewl
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "wl $2 $3 $4" > tmp.vme
vmecall tmp.vme $1
else
echo "wl $1 $2 $3" > tmp.vm
www.eeworm.com/read/419194/10880348
txt help_mail.txt
mail:
Usage: "mail destination@where.com"
Send mail. The first line of the message will be used as
the subject, and the other lines are the body. The body
is terminated with a ^D o
www.eeworm.com/read/419194/10880365
txt help_delete.txt
delete:
Usage: "delete "
The given file is deleted from the web server.
www.eeworm.com/read/419194/10880373
txt help_get.txt
get:
ASCII mode:
usage: "get "
The file is then sent, followed by the usual
OK message.
BINARY mode:
usage: "get "
The message
www.eeworm.com/read/419194/10880377
txt help_reset.txt
reset:
Usage: "reset [files|variables]"
files - Remove all web pages.
variables - Remove all web variables.
www.eeworm.com/read/419194/10880400
txt help_put.txt
put:
ASCII mode:
usage: "put "
The file is then sent, terminating with a ^D
or ^Z (0x04 or 0x1A).
BINARY mode:
usage: "put "
T
www.eeworm.com/read/419194/10880403
txt help_set_mail_server.txt
set mail server
Usage: "set mail server "
The SMTP server to use. This must be an IP address.