代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/144212/5752763
readme
If you're building this separately from bash or the readline library, add
$(srcdir)/shell.c to the CSOURCES variable and shell.o to the OBJECTS
variable in Makefile.in. (Not that this is very useful
www.eeworm.com/read/144212/5753037
readme
This collection of scripts was originally written for older versions
of bash by Noah Friedman (friedman@gnu.ai.mit.edu). The conversion
to bash v2 syntax was done by Chet Ramey.
These scripts ar
www.eeworm.com/read/103308/6219997
sh getrevisionssince.sh
#!/bin/bash
if test -z "$3"
then
stcmd hist -p $1 -x -stop -rp $2 -is "*"
else
stcmd hist -p $1 -x -stop -rp $2 -pwdfile "$3" -is "*"
fi
www.eeworm.com/read/103308/6220026
sh label.sh
#!/bin/bash
cd $1
ss cp $2 -y$3,$4
ss Label -y$3,$4 -L"$5" -C"Labeled by Anthill"
www.eeworm.com/read/327092/6346468
html 0075-0078.html
Maximum RPM (RPM):Getting Information About Packages:EarthWeb Inc.-
www.eeworm.com/read/404558/11482749
sh var2.sh
#!/bin/bash
echo "the program is var2.sh, VAR1= $VAR1"
VAR2=xixi
echo "the program is var2.sh, VAR2= $VAR2"