代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/313828/13580293
txt installpython 25inlinux.txt
在DreamHost上安装python 2.5on 2006.11.24 归类于 建站日志 2,622字
标签:DreamHost, python.
今天开始看书学python。虽然2005年10月就开始关注python了,还订阅了python邮件列表,但是一直没开始学。DreamHost自带python,输入python命令默认启动的是python 2.3.5。另外还有python
www.eeworm.com/read/304096/13800755
hustauth
#!/bin/bash
a=1
b=1
while [ $a -eq $b ]
do
supplicant eth0 user password
sleep 45s
done
www.eeworm.com/read/144212/5752995
environment
##
# Bourne Again Shell environment file
# Global environment setup
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
#
# ORIGINAL SOURCES: /usr/athena/lib/init/cshrc (A
www.eeworm.com/read/125133/6032945
sh collect-em.sh
#! /bin/bash
for f in fib sieve random rev copy wc qsort sha1
do
cpp benchmarks/$f.idel | ./idelasm | ./profiling-idelvm >/dev/null
mv -i opcode_profile profile.$f
done
www.eeworm.com/read/125133/6033125
sh collect-em.sh
#! /bin/bash
for f in fib sieve random rev copy wc qsort sha1
do
cpp benchmarks/$f.idel | ./idelasm | ./profiling-idelvm >/dev/null
mv -i opcode_profile profile.$f
done
www.eeworm.com/read/223165/14650996
build-ca
#!/bin/bash
#
# Build a root certificate
#
if test $KEY_DIR; then
cd $KEY_DIR && \
openssl req -days 3650 -nodes -new -x509 -keyout ca.key -out ca.crt -config $KEY_CONFIG
else
echo you must defin
www.eeworm.com/read/392408/8344605
sh run_fw_update_test.sh
#!/bin/bash
for ((i=0; i < 100000; i++))
do
seed=$RANDOM
j=$(( $i % 10 ))
rm seed*$j
echo $seed>seed$i
rm data*$j
cp ynorsimdata data$i
echo "######### Run $i with seed $s
www.eeworm.com/read/268797/11121355
tests lopts.tests
#!/bin/sh
#$Id: lopts.tests,v 1.1 2006/01/30 01:50:56 rockyb Exp $
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if test -z "$builddir" ; then
builddir=`pwd`
fi
. ${builddir}/check_common
quit
www.eeworm.com/read/268797/11121394
right multi4.right
(multi.sh:6):
6: x=1; y=2; z=3
+set showcommand on
+print "Test step inside multi-statement line..."
Test step inside multi-statement line...
+cont 15
One-time breakpoint 1 set in file multi.sh, line