代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/472916/1402949
sh examplesetup.sh
#! /usr/bin/bash
# Example bash setup for Qtopia under Cygwin
export QPEDIR=/opt/Qtopia
export QTDIR=$QPEDIR
export QCONFIG="CONFIG+=qtopia CONFIG+=cygwin DEFINES+=QCONFIG=\\\"qconfig-qpe.h\\\""
exp
www.eeworm.com/read/449369/7507981
in lkdoit.in
#! @BASH@
# @configure_input@
# lkdoit
# Run lk many experiments on specific inputs
# Using bash functions lets us be smart about lower bounds
# e.g.
# lkdoit lin105 dsj1000
# This script is likel
www.eeworm.com/read/16793/690597
c vprint.c
/* vprint.c -- v[fs]printf() for 4.[23] BSD systems. */
/* Copyright (C) 1987,1989 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software:
www.eeworm.com/read/16793/690695
c localealias.c
/* localealias.c - Handle aliases for locale names. */
/* Copyright (C) 1995-1999, 2000-2001, 2003, 2005-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free softwa
www.eeworm.com/read/16793/691204
right array.right
./array.tests: line 15: syntax error near unexpected token `&'
./array.tests: line 15: `test=(first & second)'
1
abcde
abcde
abcde bdef
abcde bdef
declare -a BASH_ARGC='()'
declare -a BASH_ARGV='()'
www.eeworm.com/read/16793/691243
sub func1.sub
#
# Test that redirections attached to shell functions are printed correctly.
# This was a bug in all bash versions before bash-2.04.
#
f()
{
echo f-x
echo f-y
} >&2
type f
export -f f
${THIS_SH} -
www.eeworm.com/read/16793/691476
def fg_bg.def
This file is fg_bg.def, from which is created fg_bg.c.
It implements the builtins "bg" and "fg" in Bash.
Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bou
www.eeworm.com/read/16793/691477
def fc.def
This file is fc.def, from which is created fc.c.
It implements the builtin "fc" in Bash.
Copyright (C) 1987-2010 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/691627
h posixtime.h
/* posixtime.h -- wrapper for time.h, sys/times.h mess. */
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: y
www.eeworm.com/read/263759/11343955
sh install.sh
#!/bin/bash
###############################################
# sync_timer_discramble SNTP client
#
# CopyRight(C) Compunicate,Inc
###############################################