代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/421085/10756098

sh template_generator_mimetype.sh

#!/bin/bash # $Id: template_generator_mimetype.sh 9537 2006-10-12 16:27:13Z nijel $ # # Shell script that adds a new mimetype without transform function. # # The filename should contain either 'mimety
www.eeworm.com/read/272978/10934299

sh gettopfamily.sh

#!/bin/bash # gettopfamily.sh [ $# -lt 1 ] && echo "please input the file who store the income data" && exit -1 [ ! -f $1 ] && echo "$1 is not a file" && exit -1 income=$1 awk '{ printf("%d %0.2f\n
www.eeworm.com/read/272978/10934301

sh getip.sh

#!/bin/bash # getip.sh -- get an usable ipaddress automatically # author: falcon # update: Tue Oct 30 23:46:17 CST 2007 net="192.168.1" default_gateway="192.168.1.239" over_time
www.eeworm.com/read/417848/10974449

sh doit-nfs.sh

#!/bin/bash -norc set -x # overlay mount on top of NFS example PATH=/sbin:.:/usr/local/fist:${PATH} export PATH #make module_install #make module_install_nocheck #make install lsmod insmod ./wrapfs.
www.eeworm.com/read/417128/11002478

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/469546/6930161

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/209398/6955039

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/175081/6959299

run

#!/bin/bash alg=${1:-"fuzzy"} cnt=${2:-10} rm -f iris.res if [ $alg == "fuzzy" ]; then echo "fuzzy clustering" | tee -a iris.res else echo "competitive learning" | tee -a iris.res fi dom -s
www.eeworm.com/read/381973/7130320

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/458682/7291341

sh usage-message.sh

#!/bin/bash # usage-message.sh : ${1?"Usage: $0 ARGUMENT"} # Script exits here if command-line parameter absent, #+ with following error message. # usage-message.sh: 1: Usage: usage-message.sh AR