代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/438832/7725872
sh strip-comments.sh
#!/bin/bash
# strip-comment.sh: 去掉C程序中的注释(/* 注释 */).
E_NOARGS=0
E_ARGERROR=66
E_WRONG_FILE_TYPE=67
if [ $# -eq "$E_NOARGS" ]
then
echo "Usage: `basename $0` C-program-file" >&2 # 将错误消息发到stderr.
www.eeworm.com/read/438832/7725882
sh dialog.sh
#!/bin/bash
# dialog.sh: 使用'gdialog'窗口部件.
# 必须在你的系统上安装'gdialog'才能运行这个脚本.
# 版本1.1 (04/05/05最后修正)
# 这个脚本的灵感来源于下面的文章.
# "Scripting for X Productivity," by Marco Fioretti,
# LINUX JOURNAL, Is
www.eeworm.com/read/438832/7725887
sh badread.sh
#!/bin/bash
# badread.sh:
# 尝试使用'echo'和'read'命令
#+ 非交互的给变量赋值.
a=aaa
b=bbb
c=ccc
echo "one two three" | read a b c
# 尝试重新给变量a, b, 和c赋值.
echo
echo "a = $a" # a = aaa
echo "b = $b" # b = bbb
echo
www.eeworm.com/read/101990/6234756
init0009
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 -a 01 --key-usage decrypt
p15_exp_key key.pe
www.eeworm.com/read/101990/6234760
init0004
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 -a 01 --key-usage sign
p15_validate
p15_eras
www.eeworm.com/read/101990/6234761
init0011
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 -a 01 --key-usage sign
p15_exp_key key.pem
www.eeworm.com/read/101990/6234764
init0003
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 --key-usage decrypt -a 01
p15_validate
p15_
www.eeworm.com/read/101990/6234765
init0010
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 -a 01 --key-usage sign
p15_exp_key key.pem
www.eeworm.com/read/487033/6522431
pathfile
#!/bin/bash
/home/cougar/jbuilder4/jdk1.3/bin/java -classpath "/home/cougar/WAP/classes:/home/cougar/jbuilder4/jdk1.3/jre/lib/javaplugin.jar:/home/cougar/jbuilder4/jdk1.3/jre/lib/i18n.jar:/home/couga
www.eeworm.com/read/410817/11268300
sh setenve6.sh
#!/bin/bash
#E6
#export WORKING_DIR=`pwd`
export WORKING_DIR=/home/dev-ezx-0.2.0
export EZXDIR=$WORKING_DIR/E6
export QTDIR=$WORKING_DIR/E6/qt-2.3.8
export QMAKESPEC=$QTDIR/mkspecs/qws/linux-ipaq-g++