代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/144212/5752891
external
# Contributed by Noah Friedman.
# To avoid using a function in bash, you can use the `builtin' or
# `command' builtins, but neither guarantees that you use an external
# program instead of a bash bui
www.eeworm.com/read/126411/6017651
external
# Contributed by Noah Friedman.
# To avoid using a function in bash, you can use the `builtin' or
# `command' builtins, but neither guarantees that you use an external
# program instead of a bash bui
www.eeworm.com/read/339483/12230816
sh ex13.sh
#!/bin/bash
a=4
b=5
# Here "a" and "b" can be treated either as integers or strings.
# There is some blurring between the arithmetic and string comparisons,
#+ since Bash variables are not strongl
www.eeworm.com/read/16793/690839
external
# Contributed by Noah Friedman.
# To avoid using a function in bash, you can use the `builtin' or
# `command' builtins, but neither guarantees that you use an external
# program instead of a bash bui
www.eeworm.com/read/16793/690953
readme
This directory contains some useful bash files.
In order to use this configuration:
echo "source ~/.bashrc" > ~/.profile
echo "source /usr/share/init/bash/rc" > ~/.bashrc
echo
www.eeworm.com/read/16793/691046
readme
Introduction
============
This is GNU Bash, version 4.2. Bash is the GNU Project's Bourne
Again SHell, a complete implementation of the POSIX shell spec,
but also with interactive command line editi
www.eeworm.com/read/16793/691298
mini version.mini
echo Testing ${THIS_SH}
echo version: $BASH_VERSION
#echo versinfo: ${BASH_VERSINFO[@]}
echo HOSTTYPE = $HOSTTYPE
echo OSTYPE = $OSTYPE
echo MACHTYPE = $MACHTYPE
www.eeworm.com/read/16793/691310
version
echo Testing ${THIS_SH}
echo version: $BASH_VERSION
echo versinfo: ${BASH_VERSINFO[@]}
echo HOSTTYPE = $HOSTTYPE
echo OSTYPE = $OSTYPE
echo MACHTYPE = $MACHTYPE
www.eeworm.com/read/177816/5319828
readme
This directory contains some useful bash files.
In order to use this configuration:
echo "source ~/.bashrc" > ~/.profile
echo "source /usr/share/init/bash/rc" > ~/.bashrc
echo
www.eeworm.com/read/278796/4141631
readme
This directory contains some useful bash files.
In order to use this configuration:
echo "source ~/.bashrc" > ~/.profile
echo "source /usr/share/init/bash/rc" > ~/.bashrc
echo