代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/470693/1455979

sh m88k-move.sh

#!/bin/sh # # If your shell doesn't support functions (true for some BSD users), # you might try using GNU's bash. # #ident "@(#) m88k-move.sh 1-Sep-92" # # This file provided by Data General, Februar
www.eeworm.com/read/470693/1462239

c 991112-1.c

/* This code was miscompiled at -O3 on x86. Reported by Jim Meyering; distilled from bash. */ int rl_show_char (int c) { return 0; } int rl_character_len (int c, int pos) { return isprint (c)
www.eeworm.com/read/247849/4474000

sh m88k-move.sh

#!/bin/sh # # If your shell doesn't support functions (true for some BSD users), # you might try using GNU's bash. # #ident "@(#) m88k-move.sh 1-Sep-92" # # This file provided by Data General, Februar
www.eeworm.com/read/240952/4564532

btscorunner

#!/bin/bash HEADSETADDR=00:0A:94:93:74:B7 SWITCHFILE="/tmp/switch_dsp" while true; do rm -f "${SWITCHFILE}" while [ x"$(hcitool name "$HEADSETADDR")" == x"" ]; do sleep 60; done btsco -s "$HEADSE
www.eeworm.com/read/240162/4588082

c 991112-1.c

/* This code was miscompiled at -O3 on x86. Reported by Jim Meyering; distilled from bash. */ int rl_show_char (int c) { return 0; } int rl_character_len (int c, int pos) { return isprint (c)
www.eeworm.com/read/239312/4602404

idcheck

#!/bin/bash # Scriptname: idcheck # purpose:check user id to see if user is root. # Only root has a uid of 0. # Format for id output:uid=9496(ellie) gid=40 groups=40 # root's uid=0 id=`id | gawk -F'
www.eeworm.com/read/235511/4650978

init bgpd.init

#!/bin/bash # # chkconfig: - 16 84 # description: A BGPv4, BGPv4+, BGPv4- routing engine for use with Zebra # # processname: bgpd # config: /etc/bgpd.conf # source function library . /etc/rc.d/init.d
www.eeworm.com/read/233448/4681989

c 991112-1.c

/* This code was miscompiled at -O3 on x86. Reported by Jim Meyering; distilled from bash. */ int rl_show_char (int c) { return 0; } int rl_character_len (int c, int pos) { return isprint (c)
www.eeworm.com/read/201007/5061596

svn-base server-regression.sh.svn-base

#!/bin/bash # Even in the 21st century some diffs are not supporting -u. diff -u $0 $0 > /dev/null 2>&1 if [ $? -eq 0 ]; then diff_cmd="diff -u" else diff_cmd="diff" fi # Make sure that the data
www.eeworm.com/read/190666/5172201

sh m88k-move.sh

#!/bin/sh # # If your shell doesn't support functions (true for some BSD users), # you might try using GNU's bash. # #ident "@(#) m88k-move.sh 1-Sep-92" # # This file provided by Data General, Februar