代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/216898/14988317

includes

#!/bin/bash if test -z $1; then echo Use: includes [usual g++ command line] echo e.g. includes foo.cpp -I /usr/src/Blitz++ echo This shows bytes included from all header files. exit 1 fi wc -c `g
www.eeworm.com/read/14278/326246

1-2-9

#!/bin/bash #判断命令行是否代带有两个文件名的参数 if [ "$1" = "" ] || [ "$2" = "" ] then echo "Please enter file name" exit 1 fi #判断目标文件是否存在 if [ -e $2 ] then echo "The file already exists" until [ ! -f $2
www.eeworm.com/read/16793/690927

repeat

#! /bin/bash # # original from: # repeat: repeat a command. # @(#) repeat.ksh 1.1 93/06/03 # 90/05 john h. dubois iii (john@armory.com) # 90/11 added help # 93/06/03 Added s, h, p, and v options # # c
www.eeworm.com/read/16793/690937

corename

#! /bin/bash # # original from: # @(#) corename.ksh 1.0 93/04/01 # 92/11/11 john h. dubois iii (john@armory.com) # 92/02/16 Added help option. # 92/02/22 Added cd to origdir to fix prob w/multiple rel
www.eeworm.com/read/16793/690947

where

#! /bin/bash # # original from: # @(#) where.ksh 1.1 94/07/11 # 91/01/12 john h. dubois iii (john@armory.com) # 92/08/10 Only print executable *files*. # 92/10/06 Print err msg if no match found. # 92
www.eeworm.com/read/485914/1258166

sh shutdown-myweb.sh

#!/bin/bash export JAVA_OPTS="-Duser.country=ZH -Duser.language=cn -Dfile.encoding=GB2312 -Djava.awt.headless=true" export TOMCAT_HOME=/home/wangmiaohua export CATALINA_HOME=$TOMCAT_HOME/apache-tom
www.eeworm.com/read/247605/4477660

sh potgen.sh

#!/bin/bash xgettext --directory=.. --keyword=N_ --keyword=_ --from-code=UTF-8 --msgid-bugs-address=dev@player.helixcommunity.org -o hxplayer.pot about.cpp auth.cpp clipdetails.cpp commonapp.cpp conte
www.eeworm.com/read/239418/4601318

init sshd.init

#! /bin/bash # # $Id: sshd.init,v 1.4 2003/11/21 12:48:57 djm Exp $ # ### BEGIN INIT INFO # Provides: # Required-Start: $network # Required-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 # De
www.eeworm.com/read/236543/4639169

update_mplayer_rsync

#!/usr/bin/env bash # MPlayer mirroring script # $Id: update_mplayer_rsync 18810 2006-06-24 21:51:51Z attila $ PATH= LOCK= MIRROR_ROOT= M
www.eeworm.com/read/232413/4698962

sh compile.sh

#!/bin/bash #if you want a real make file tell me for the love of god wtf Makefile.am is. # fuck automake. echo "making 3dmosmon.." c++ -DPACKAGE=\"3dmosmon\" -DVERSION=\"0.1\" -I. -I. -g -O2 -c