代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/225602/14531402

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/223317/14646375

initd

#!/bin/bash # # Start the iSCSI Enterprise Target. # PATH=/sbin:/bin:/usr/sbin:/usr/bin MEM_SIZE=1048576 configure_memsize() { if [ -e /proc/sys/net/core/wmem_max ]; then echo ${MEM_SIZE
www.eeworm.com/read/223165/14650982

build-dh

#!/bin/bash # # Build Diffie-Hellman parameters for the server side # of an SSL/TLS connection. # if test $KEY_DIR; then openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE} else ec
www.eeworm.com/read/217371/14968155

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/115137/15025022

makedist

#!/bin/sh # note -- this assumes 'bash' shell, GNU tar, 'gzip'. # pass a version number e.g. 1.4.3 as 1st parameter... ME=`pwd` # okay, now to create a spec file w/the proper version number: sed -
www.eeworm.com/read/212528/15154888

gdbline

#!/bin/bash # # $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $ # # gdbline module image # # Outputs an add-symbol-file line suitable for pasting into gdb to examine # a loaded module. # cd /sys/m
www.eeworm.com/read/16793/690676

h gmo.h

/* gmo.h - Description of GNU message catalog format: general file layout. */ /* Copyright (C) 1995, 1997, 2000-2002, 2005-2009 Free Software Foundation, Inc. This file is part of GNU Bash. B
www.eeworm.com/read/16793/690682

c intl-compat.c

/* intl-compat.c - Stub functions to call gettext functions from GNU gettext library. */ /* Copyright (C) 1995, 2000-2003, 2005-2009 Free Software Foundation, Inc. This file is part of GNU Bash.
www.eeworm.com/read/16793/690694

c explodename.c

/* explodename.c */ /* Copyright (C) 1995-1998, 2000, 2001, 2005-2009 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1995. This file is part of GNU Bash
www.eeworm.com/read/16793/690858

basename2

#From: "Grigoriy Strokin" #Newsgroups: comp.unix.shell #Subject: fast basename and dirname functions for BASH/SH #Date: Sat, 27 Dec 1997 21:18:40 +0300 # #Please send your comments