代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/311226/3686387
sh syn-refix.sh
#!/bin/bash
## Reification
N=0
N=$((N+1)) ; testGood $(fname "syntax-reif-arq-" $N arq)
www.eeworm.com/read/302096/3826918
sh test_rib1.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_rib1.sh,v 1.13 2003/10/30 04:55:40 atanu Exp $
#
#
# Test basic BGP and RIB interaction. Note that all the tests are run twice
# once with the RI
www.eeworm.com/read/292670/3950779
release
#!/bin/bash
export CVSROOT=ds@cvs.comedi.org:/var/cvs
export CVS_RSH=ssh
topdir=$(pwd)
if [ ! "$1" ]
then
echo -n "minor version: "
read minor
else
minor=$1
fi
lastminor=$(($minor - 1))
tag=r0
www.eeworm.com/read/440906/1774024
sh m88k-move.sh
#!/bin/sh
#
# If your shell doesn't support functions (true for some BSD users),
# you might try using GNU's bash.
#
#ident "@(#) m88k-move.sh 1-Sep-92"
#
# This file provided by Data General, Februar
www.eeworm.com/read/440906/1780377
c 991112-1.c
/* This code was miscompiled at -O3 on x86.
Reported by Jim Meyering; distilled from bash. */
int rl_show_char (int c) { return 0; }
int rl_character_len (int c, int pos)
{
return isprint (c)
www.eeworm.com/read/440773/1791837
sh syn-arq.sh
#!/bin/bash
## Reification
N=0
N=$((N+1)) ; testGood $(fname "syntax-reif-arq-" $N arq)
www.eeworm.com/read/440317/1798970
init bgpd.init
#!/bin/bash
#
# chkconfig: - 16 84
# description: A BGPv4, BGPv4+, BGPv4- routing engine for use with Zebra
#
# processname: bgpd
# config: /etc/bgpd.conf
# source function library
. /etc/rc.d/init.d
www.eeworm.com/read/427042/1982449
sh server-regression.sh
#!/bin/bash
# Even in the 21st century some diffs are not supporting -u.
diff -u $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="diff -u"
else
diff_cmd="diff"
fi
# Make sure that the data
www.eeworm.com/read/427042/1982473
svn-base server-regression.sh.svn-base
#!/bin/bash
# Even in the 21st century some diffs are not supporting -u.
diff -u $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="diff -u"
else
diff_cmd="diff"
fi
# Make sure that the data
www.eeworm.com/read/407756/2258866
idcheck
#!/bin/bash
# Scriptname: idcheck
# purpose:check user id to see if user is root.
# Only root has a uid of 0.
# Format for id output:uid=9496(ellie) gid=40 groups=40
# root's uid=0
id=`id | gawk -F'