代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/247849/4473913
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
# Show we need to use the C versio
www.eeworm.com/read/186388/5233526
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
# Show we need to use the C versio
www.eeworm.com/read/144212/5752973
lowercase
#! /bin/bash
#
# original from
# @(#) lowercase.ksh 1.0 92/10/08
# 92/10/08 john h. dubois iii (john@armory.com)
#
# conversion to bash v2 syntax done by Chet Ramey
Usage="Usage: $name file ..."
phel
www.eeworm.com/read/144212/5752981
uuenc
#! /bin/bash
#
# original from:
# @(#) uuenc.ksh 1.0 93/09/18
# 93/09/18 john h. dubois iii (john@armory.com)
#
# conversion to bash v2 syntax by Chet Ramey
istrue()
{
test 0 -ne "$1"
}
isfalse()
{
www.eeworm.com/read/211545/15178613
apache
[root@s202localdomain httpd-2.2.4]# cd usr
bash: cd: usr: No such file or directory
[root@s202localdomain httpd-2.2.4]# cd /usr
[root@s202localdomain usr]# cd /local
bash: cd: /local: No such file or
www.eeworm.com/read/16793/690934
lowercase
#! /bin/bash
#
# original from
# @(#) lowercase.ksh 1.0 92/10/08
# 92/10/08 john h. dubois iii (john@armory.com)
#
# conversion to bash v2 syntax done by Chet Ramey
Usage="Usage: $name file ..."
phel
www.eeworm.com/read/16793/690942
uuenc
#! /bin/bash
#
# original from:
# @(#) uuenc.ksh 1.0 93/09/18
# 93/09/18 john h. dubois iii (john@armory.com)
#
# conversion to bash v2 syntax by Chet Ramey
istrue()
{
test 0 -ne "$1"
}
isfalse()
{
www.eeworm.com/read/16793/690966
sh aliasconv.sh
#! /bin/bash
#
# aliasconv.sh - convert csh aliases to bash aliases and functions
#
# usage: aliasconv.sh
#
# Chet Ramey
# chet@po.cwru.edu
#
trap 'rm -f $TMPFILE' 0 1 2 3 6 15
TMPFILE=$(mktemp -t cb.
www.eeworm.com/read/16793/691016
ianmac complete.ianmac
#####
#To: chet@po.cwru.edu, sarahmckenna@lucent.com
#Message-Id:
#Posted-To: comp.unix.shell, gnu.bash.bug
#Subject: bash 2.04 programmable completion exam
www.eeworm.com/read/268797/11121339
tests restart.tests
#!/bin/sh
#$Id: restart.tests,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
cmdfile="restart.cmd"
debugged_script="restartbug.sh"
$BASH ${TOP_BUILDDIR}bash