代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691618
1 rbash.1
.TH RBASH 1 "2004 Apr 20" "GNU Bash-4.0"
.SH NAME
rbash \- restricted bash, see \fBbash\fR(1)
.SH RESTRICTED SHELL
.nr zY 1
.so bash.1
.SH SEE ALSO
bash(1)
www.eeworm.com/read/281650/9143843
makefile
VERSION = 0
PATCHLEVEL = 1
SUBLEVEL = 4
VIVIRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
ARCH := arm
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then
www.eeworm.com/read/261904/11615591
makefile
VERSION = 0
PATCHLEVEL = 1
SUBLEVEL = 4
VIVIRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
ARCH := arm
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then
www.eeworm.com/read/217373/14967573
makefile
VERSION = 0
PATCHLEVEL = 1
SUBLEVEL = 4
VIVIRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
ARCH := arm
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then
www.eeworm.com/read/16793/691590
builtins.0
BASH_BUILTINS(1) BASH_BUILTINS(1)
NNAAMMEE
bash, :, ., [, alias, bg, bind, break, builtin, caller, cd, command,
compgen, complete,
www.eeworm.com/read/415809/11052131
makefile
VERSION = 1
PATCHLEVEL = 0
SUBLEVEL = 0
VIVIRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
ARCH := arm
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then
www.eeworm.com/read/376214/2711965
sh paracomp-demo-hpxc.sh
#!/bin/bash
# ___ ___ ___ ___ ___
# /\__\ ___ /\__\ /\ \ /\__\ /\ \
# /::| | /\
www.eeworm.com/read/16793/690990
timeout3
#!/bin/bash
#
# The Bash script executes a command with a time-out.
# Based on the Bash documentation example.
#
# Upon time-out expiration SIGTERM (15) is sent to the process. If the signal
# is blo
www.eeworm.com/read/386806/8724452
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/ba
www.eeworm.com/read/383713/8923739
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/ba