代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/229403/4756709
bash30-014
BASH PATCH REPORT
=================
Bash-Release: 3.0
Patch-ID: bash30-014
Bug-Reported-by: agriffis@gentoo.org
Bug-Reference-ID:
Bug-
www.eeworm.com/read/229403/4756710
bash30-015
BASH PATCH REPORT
=================
Bash-Release: 3.0
Patch-ID: bash30-015
Bug-Reported-by: opengeometry@yahoo.ca
Bug-Reference-ID:
www.eeworm.com/read/229403/4756711
bash30-011
*** bash-3.0/lib/readline/mbutil.c Wed Jan 14 09:44:52 2004
--- bash/lib/readline/mbutil.c Wed Aug 18 22:25:57 2004
***************
*** 127,135 ****
{
tmp = mbrtowc (&wc, string + point,
www.eeworm.com/read/190346/5183889
bash_completion_test
#!/bin/bash
# Checks that the "_svn" function defined in the specified "bash_completion"
# script produces appropriate lists of completions for various incomplete svn
# command lines.
if [ ! -f "$1"
www.eeworm.com/read/310709/3691525
bash generate-swig.bash
#!/bin/bash
# "Copyright (c) 2005 Stanford University. All rights reserved.
#
# Permission to use, copy, modify, and distribute this software and
# its documentation for any purpose, without fee, and
www.eeworm.com/read/280912/4122254
bash madwifi-unload.bash
#!/bin/bash
for module in ath{_{pci,rate_{amrr,onoe,sample},hal}} wlan{_{wep,tkip,ccmp,acl,xauth,scan_{sta,ap}},}
do
grep -q ^$module /proc/modules && modprobe -r $module
done
www.eeworm.com/read/280912/4122257
bash make-release.bash
#!/bin/bash
#
# Purpose: automate the process of tagging a release and packing a tarball
# for it.
# check if the script has been called directly
if [[ "$(basename $(pwd))" == "scripts" ]]; then
www.eeworm.com/read/273662/4201362
bash_completion_test
#!/bin/bash
# Checks that the "_svn" function defined in the specified "bash_completion"
# script produces appropriate lists of completions for various incomplete svn
# command lines.
if [ ! -f "$1"
www.eeworm.com/read/273660/4202439
bash_completion_test
#!/bin/bash
# Checks that the "_svn" function defined in the specified "bash_completion"
# script produces appropriate lists of completions for various incomplete svn
# command lines.
if [ ! -f "$1"
www.eeworm.com/read/439112/1808413
nasl account_bash.nasl
#
# This script was copied & modified by Michel Arboi :-)
#
#
# See the Nessus Scripts License for details
#
account = "bash";
if(description)
{
script_id(15583);
script_version ("$Revision: 38 $"