代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691145
tests glob.tests
export LC_COLLATE=C
#
# test the shell globbing
#
expect()
{
echo expect "$@"
}
# First, a test that bash-2.01.1 fails
${THIS_SH} ./glob1.sub
MYDIR=$PWD # save where we are
TESTDIR=/tmp/glob-test
www.eeworm.com/read/16793/691339
sub getopts5.sub
#!/local/bin/bash
#Time-stamp:
getop () {
local OPTIND
local OPTERR=1
echo getop: OPTERR=$OPTERR
while getopts ab arg "$@"; do
case $arg in
www.eeworm.com/read/16793/691381
tests posixpipe.tests
# Test timed and negated pipelines in bash-4.2 and later
export TIMEFORMAT=$'real %2R\nuser %2U\nsys %2S'
!
echo $?
! !
echo $?
time ! echo a
echo $?
! time echo a
echo $?
tfunc()
{
time
}
type
www.eeworm.com/read/16793/691508
in configure.in
dnl
dnl Configure script for bash-4.2
dnl
dnl report bugs to chet@po.cwru.edu
dnl
dnl Process this file with autoconf to produce a configure script.
# Copyright (C) 1987-2011 Free Software Foundation
www.eeworm.com/read/16793/691525
po es.po
# Mensajes en espa駉l para GNU bash-4.1.
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
# This file is distributed under the same licens
www.eeworm.com/read/16793/691637
h gettext.h
/* Convenience header for conditional use of GNU .
Copyright (C) 1995-1998, 2000-2002, 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne-Again SHell.
www.eeworm.com/read/35675/1059587
nosy
#!/bin/bash
# Scriptname: nosy
echo -e "Are you happy? \c"
read answer
echo "$answer is the right response."
echo -e "What is your full name? \c"
read first middle last
echo "Hello $first"
echo -n "W
www.eeworm.com/read/493775/1163266
install
#!/bin/bash
if [ -d "/usr/local/dshield" ]; then
echo "dshield client already installed, aborting."
exit 1
fi
if [ -f "dshield-3.2.tar.gz" ]; then
tar xfz dshield-3.2.tar.gz
mv dshield /usr/loca
www.eeworm.com/read/491010/1194018
create-this-app
#!/bin/bash
#
# This script creates the factory image application in this directory.
BSP_DIR=../../bsp/hal_reduced_footprint
QUARTUS_PROJECT_DIR=../../../
NIOS2_APP_GEN_ARGS="--elf-name factory_imag
www.eeworm.com/read/459184/1572576
sh template_generator.sh
#!/bin/bash
# $Id: template_generator.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subtype'