代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/241072/13171562

html ramdisk.html

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/125819/6020965

test

#!/bin/bash s51 -k 5678 hi.ihx
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/327092/6347128

html 220-224.html

Linux Unleashed, Third Edition:bash
www.eeworm.com/read/491854/6427762

sh stop.sh

#!/bin/bash killall -s INT wmd sleep 1 rmmod wm
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"