代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/235304/14075086

inputrc

# My ~/.inputrc file is in -*- text -*- for easy editing with Emacs. # # Notice the various bindings which are conditionalized depending # on which program is running, or what terminal is active. # #
www.eeworm.com/read/203067/15365788

conf-usual

#!/bin/bash ./configure --enable-fulloptimize --with-SCALAR=float
www.eeworm.com/read/203067/15365925

sh do_all_the_things_that_configure_should_normally_do.sh

#!/bin/bash ./getconfig.sh config/cleanconf.sh -a ./conf-usual
www.eeworm.com/read/109955/15544543

sh jdiary.sh

#!/usr/bin/env bash ######################################################### # # 文件名: # jdiary.sh # 功能: # 启动Java日记本 # 版本: # V1.10, 2003-11-01 # 用法: # 先进入日记所在目录,键入./jd
www.eeworm.com/read/105395/15668529

cite-mkbib

#!/usr/local/bin/bash # # Script that combines the functions of cite and mkbib # # Copyright
www.eeworm.com/read/103743/15724374

up office.up

#!/bin/bash route add -net 10.0.1.0 netmask 255.255.255.0 gw $5
www.eeworm.com/read/103743/15724376

up home.up

#!/bin/bash route add -net 10.0.0.0 netmask 255.255.255.0 gw $5
www.eeworm.com/read/101129/15849810

html buildmin-9.html

How To Build a Minimal Linux System from Source Code: Bash
www.eeworm.com/read/268797/11121592

check_common

# $Id: check_common.in,v 1.3 2006/09/06 04:16:33 myamato Exp $ if test -z "$THIS_SH" ; then THIS_SH=/usr/bin/bash fi # Could/short probably replace all uses of THIS_SH with BASH. BASH=$THIS_SH T
www.eeworm.com/read/192357/8384846

showme

#!/bin/bash BR=${1:-"br549"} while true; do brctl show brctl showstp $BR brctl showmacs $BR sleep 5 done