代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691098
right assoc.right
declare -A BASH_ALIASES='()'
declare -A BASH_CMDS='()'
declare -A fluff='()'
declare -A BASH_ALIASES='()'
declare -A BASH_CMDS='()'
declare -A fluff='([bar]="two" [foo]="one" )'
declare -A fluff='([ba
www.eeworm.com/read/105179/15675788
makefile
VERSION = 1
PATCHLEVEL = 0
ALPHA =
all: Version zImage
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/bash; \
www.eeworm.com/read/16793/691266
sub assoc2.sub
echo ${BASH_ALIASES[@]}
alias foo=/usr/sbin/foo
alias qux='/usr/local/bin/qux -l'
echo ${!BASH_ALIASES[@]}
recho ${BASH_ALIASES[@]}
BASH_ALIASES[blat]='cd /blat ; echo $PWD'
BASH_ALIASES[sh]='/bin/
www.eeworm.com/read/216435/4895645
modbuild makefile.modbuild
-include .buildvars
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/bash; \
else echo sh; fi ; fi)
TOPDIR := $(shel
www.eeworm.com/read/16793/691602
1 builtins.1
.\" This is a hack to force bash builtins into the whatis database
.\" and to get the list of builtins to come up with the man command.
.TH BASH_BUILTINS 1 "2004 Apr 20" "GNU Bash-4.0"
.SH NAME
bash,
www.eeworm.com/read/16793/691607
faq
This is the Bash FAQ, version 4.12, for Bash version 4.2.
This document contains a set of frequently-asked questions concerning
Bash, the GNU Bourne-Again Shell. Bash is a freely-available command
i
www.eeworm.com/read/126390/6017748
cf srv.cf
#
# Cctt - Covert Channel Tunneling Tool v0.1.7
# 09/06/2003
# $Id: srv.cf,v 1.2 2003/06/10 15:21:16 simsim Exp $
#
# Configuration file for an HTTP mode CCTT server
# Have a look on the cage/index
www.eeworm.com/read/398197/8000040
tmp9~
|学生学号| |学院编号| |学院名称|
BASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=([0]="203" [1]="79" [2]="134" [3]="79" [4]="206" [5]="79" [6]="134" [7]="79" [8]="259" [9]="128" [10]="79" [11]="2
www.eeworm.com/read/374687/2749211
in makefile.in
ifeq ($(strip $(BR2_PACKAGE_BASH)),y)
TARGETS+=bash
endif
www.eeworm.com/read/16793/691605
intro
BASH - The Bourne-Again Shell
Bash is the shell, or command language interpreter, that will appear
in the GNU operating system. Bash is an sh-compatible shell that
incorporates useful featu