代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/205734/15308505

sh autogen.sh

#!/bin/bash # Run this to generate configure, Makefile.in's, etc (autoreconf --version) < /dev/null > /dev/null 2>&1 || { (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "*
www.eeworm.com/read/11139/197304

build-rpms

#!/bin/bash ## NOTE: This is for MY rpm setup. Don't expect it to work for you... # For linux, change to /usr/src/redhat # For my cygwin: /cygdrive/c/rpmsrc if [ -z $RPMS ]; then #test to see if
www.eeworm.com/read/16793/690600

c strtoimax.c

/* strtoimax - convert string representation of a number into an intmax_t value. */ /* Copyright 1999-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/690605

c tmpfile.c

/* * tmpfile.c - functions to create and safely open temp files for the shell. */ /* Copyright (C) 2000 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/690614

c strcasestr.c

/* strcasestr.c - Find if one string appears as a substring of another string, without regard to case. */ /* Copyright (C) 2000 Free Software Foundation, Inc. This file is part of GNU Bash, t
www.eeworm.com/read/16793/690625

c strtoumax.c

/* strtoumax - convert string representation of a number into an uintmax_t value. */ /* Copyright 1999-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/690658

c fnxform.c

/* fnxform - use iconv(3) to transform strings to and from "filename" format */ /* Copyright (C) 2009-2010 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/690663

c stringlist.c

/* stringlist.c - functions to handle a generic `list of strings' structure */ /* Copyright (C) 2000-2002 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/690727

h shmalloc.h

/* Functions (currently) for use by the shell to do malloc debugging and tracking. */ /* Copyright (C) 2001-2003 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne-Again S
www.eeworm.com/read/16793/690779

h rlshell.h

/* rlshell.h -- utility functions normally provided by bash. */ /* Copyright (C) 1999-2009 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library fo