代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/379038/9210455
start
#!/bin/bash
#########################################################################
# #
# USTC WrightEagle #
# #
################################################################
www.eeworm.com/read/458682/7291330
sh pw.sh
#!/bin/bash
# May need to be invoked with #!/bin/bash2 on older machines.
#
# Random password generator for Bash 2.x +
#+ by Antek Sawicki <tenox@tenox.tc>,
#+ who generously gave usage permi
www.eeworm.com/read/16793/691237
run-all
#! /bin/sh
PATH=.:$PATH # just to get recho/zecho/printenv if not run via `make tests'
export PATH
# unset BASH_ENV only if it is set
[ "${BASH_ENV+set}" = "set" ] && unset BASH_ENV
# ditto for SHEL
www.eeworm.com/read/16793/690824
c glob.c
/* glob.c -- file-name wildcard pattern matching for Bash.
Copyright (C) 1985-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne-Again SHell.
Bash is free sof
www.eeworm.com/read/458682/7291715
sh incompat.sh
#!/bin/bash
# Erratic behavior of the "$*" and "$@" internal Bash variables,
#+ depending on whether they are quoted or not.
# Inconsistent handling of word splitting and linefeeds.
set -- "First
www.eeworm.com/read/144212/5753052
complete-examples
#
# Completion examples
#
#
# This encapsulates the default bash completion code
# call with the word to be completed as $1
#
# Since programmable completion does not use the bash default completions
www.eeworm.com/read/339483/12231614
sh incompat.sh
#!/bin/bash
# Erratic behavior of the "$*" and "$@" internal Bash variables,
#+ depending on whether they are quoted or not.
# Inconsistent handling of word splitting and linefeeds.
set -- "First
www.eeworm.com/read/16793/691022
complete-examples
#
# Completion examples
#
#
# This encapsulates the default bash completion code
# call with the word to be completed as $1
#
# Since programmable completion does not use the bash default completions
www.eeworm.com/read/16793/691504
install
Basic Installation
==================
These are installation instructions for Bash.
The simplest way to compile Bash is:
1. `cd' to the directory containing the source code and type
`./confi