代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/268797/11121225
c readarray.c
/* $Id: readarray.c,v 1.21 2006/09/06 04:20:43 myamato Exp $
Copyright (C) 2005, 2006 Rocky Bernstein rockyb@users.sf.net
Bash is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/268797/11121363
sh subshell.sh
#!../../bash
# $Id: subshell.sh,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
# Test debugger handling of lines with multiple commands per line
# and subshells in a line
x=1; y=2; z=3
(builtin cd . ;
www.eeworm.com/read/268797/11121464
sh settrace.sh
#!/bin/bash
# Towers of Hanoi
init() {
_Dbg_set_trace; : ; :
}
hanoi() {
local -i n=$1
local -r a=$2
local -r b=$3
local -r c=$4
_Dbg_set_trace; : ; :
if (( n > 0 )) ; then
(( n-
www.eeworm.com/read/268797/11121473
run-opts
#!/bin/sh
#$Id: run-opts,v 1.1 2006/01/30 01:50:56 rockyb Exp $
# Test bash options.
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if test -z "$builddir" ; then
builddir=`pwd`
fi
. ${builddir}/
www.eeworm.com/read/268797/11121553
in interrupt.sh.in
#!@BASH_PROG@
# $Id: interrupt.sh.in,v 1.2 2006/12/03 22:00:48 rockyb Exp $
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if [[ @build_os@ == cygwin ]] ; then
cat ${srcdir}/interrupt.right
ex
www.eeworm.com/read/248703/12545491
configure
#!/bin/sh
echo_n() {
if [ -n "$BASH" ]
then
echo -n "$*"
else
echo "$*\c"
fi
}
echo_n "Configuring libpci for your system..."
idsdir=${1:-/usr/share}
version=${2:-0.0}
sys=`uname -s`
rel=`un
www.eeworm.com/read/334557/12591218
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004-2007 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man
www.eeworm.com/read/334327/12609996
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/300699/13898683
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/135541/13922124
ipv6-down
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ipv6-down.local instead
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
LOGDEVICE=$6
REALDEVICE=$1
[ -x /etc/ppp/ip