代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/233522/4669390

sh brainweb.experiment.sh

#!/bin/bash echo /share/bin-linux/insight/bin/KdTreeBasedKmeansBrainWebValidationApp --images /share/work/data/brainweb/brainweb.T1.1mm.0.0.mhd /share/work/data/brainweb/brainweb.PD.1mm.0.0.mhd --mas
www.eeworm.com/read/226006/4788997

fix_path

#!/bin/bash PROG=scripts/logwatch.pl TMP=project/tmp/fix_path.tmp cp $PROG $TMP sed \ -e 's/^\(my \$BaseDir = .*kirk.*\)$/#\1/' \ -e 's/^#\(my \$BaseDir = "\/etc\/log\.d";\)$/\1/' \ $TMP >
www.eeworm.com/read/207991/4999631

run

#!/bin/bash #DBFARM=$PWD/dbfarm DBFARM=/ufs/mk/monet5/Linux/var/MonetDB/dbfarm DBNAME=test #MSERVER="Mtimeout -timeout 123 mserver --dbfarm=$DBFARM --dbname=$DBNAME -c All.conf --set monet_prompt= --
www.eeworm.com/read/200501/5064847

build-dh

#!/bin/bash # Build Diffie-Hellman parameters for the server side # of an SSL/TLS connection. if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SI
www.eeworm.com/read/199950/5074460

testpi

#!/bin/bash # $Id: $ # compute positions with GPS data from the GRACE satellite ../PRSolve --obs grca304a.03o --nav brdc3040.03n --outRinex grca304a.prs.03o # # dump the position data using RinexDump
www.eeworm.com/read/195844/5106862

iscsi_mount

#!/bin/bash # This script attempts to mount file systems on UNH iSCSI Disks UNH_ISCSI_DEV=/opt/unh/iscsi/dev UNH_FSTAB=/opt/unh/iscsi/conf/fstab.iscsi (( mount = 0 )) (( ecount = 0 )) if [ ! -r $UN
www.eeworm.com/read/190936/5170481

fix_path

#!/bin/bash PROG=scripts/logwatch.pl TMP=project/tmp/fix_path.tmp cp $PROG $TMP sed \ -e 's/^\(my \$BaseDir = .*kirk.*\)$/#\1/' \ -e 's/^#\(my \$BaseDir = "\/etc\/log\.d";\)$/\1/' \ $TMP >
www.eeworm.com/read/186901/5229444

sh add_message_file.sh

#!/bin/bash # $Id: add_message_file.sh,v 1.4 2002/08/10 04:19:33 robbat2 Exp $ # # Shell script that adds a message file to all message files # adding "//to translate" on each line # # Example: add
www.eeworm.com/read/186901/5229469

sh remove_message.sh

#!/bin/bash # $Id: remove_message.sh,v 1.3 2002/08/10 04:19:33 robbat2 Exp $ # # Shell script that removes a message from all message files (Lem9) # it checks for the message, followed by a space # #
www.eeworm.com/read/349752/3140300

build-dh

#!/bin/bash # Build Diffie-Hellman parameters for the server side # of an SSL/TLS connection. if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then $OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_S