代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/16793/691246

sub vredir2.sub

: ${TMPDIR:=/var/tmp} SHELLSFILE=$TMPDIR/shells-$$ cat > $TMPDIR/shells-$$
www.eeworm.com/read/16793/691447

def mapfile.def

This file is mapfile.def, from which is created mapfile.c. It implements the builtin "mapfile" in Bash. Copyright (C) 2005-2006 Rocky Bernstein for Free Software Foundation, Inc. Copyright (C) 2008-2
www.eeworm.com/read/16793/691568

po pt_br.po

# bash: Translation to Brazilian Portuguese (pt_BR) # Copyright (C) 2002 Free Software Foundation, Inc. # Halley Pacheco de Oliveira , 2002. # msgid "" msgstr "" "Project-Id-Versio
www.eeworm.com/read/16793/691629

h stdc.h

/* stdc.h -- macros to make source compile on both ANSI C and K&R C compilers. */ /* Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/691688

sh xenix-link.sh

: # link bash for Xenix under SCO Unix # # For xenix 2.2: # CC="cc -xenix -lx" ./configure # edit config.h: # comment out the define for HAVE_DIRENT_H # enable the define for HAVE_SYS_NDIR_H to 1 #
www.eeworm.com/read/16793/691705

manifest

# # Master distribution manifest for bash # # # Filename type # CWRU d CWRU/misc d builtins d cross-build d doc d examples d examples/obashdb d examples/complete d examples/functions d examples/scrip
www.eeworm.com/read/35675/1059605

opts2

#!/bin/bash # Program: opts2 # Using getopts -- Second try -- while getopts xy options 2> /dev/null do case $options in x) echo "you entered -x as an option";; y) echo "you entered -y as an option
www.eeworm.com/read/249987/4443752

testit

#! /bin/bash rm -f RECV.log ./client 1 + 2 if [ -f RECV.log ] ; then \ cat RECV.log; \ else \ echo "When you recompile both gsoap and this project with configure --enable-debug, then a protocol lo
www.eeworm.com/read/240952/4564530

skype_bt_hijacker_onclose

#!/bin/bash # # This script runs, when Skype closes its DSP device. # I make sure here to switch calls back to the speakers. # You may not like this behaviour. Comment it out, if so. # # Also note, t
www.eeworm.com/read/240952/4564536

skype_bt_hijacker_onopen

#!/bin/bash # # This script runs, when Skype opens its DSP device. # If I have a headset connected, I play a ringtone on it. # [ -f /tmp/bt_headset_connected ] && aplay -q -B1000000 -Dplughw:Headset