代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/15970/639957

htm 0182bash.htm

www.eeworm.com/read/16793/690993

sh bash-hexdump.sh

#From: "dennis" #To: #Subject: New example script: bash-hexdump #Date: Mon, 4 Jan 2010 22:48:19 -0700 #Message-ID:
www.eeworm.com/read/16793/690997

bash line-input.bash

#! /bin/bash # #From: kaz@cafe.net (Kaz Kylheku) #Newsgroups: comp.unix.shell #Subject: Funky little bash script #Message-ID: #Date: Thu, 25 Jun 1998 06:11:39 GMT #Here
www.eeworm.com/read/16793/691010

bash send_mail.bash

# send_mail.bash # Author: Noah Friedman # Created: 1992-07-02 # Public domain # Commentary: # TODO: implement Fcc headers (see emacs manual) # Code: #:docstring send_ma
www.eeworm.com/read/16793/691013

bash remap_keys.bash

# remap_keybindings.bash # Author: Noah Friedman # Created: 1992-01-11 # Last modified: 1993-02-03 # Public domain # Conversion to bash v2 syntax done by Chet Ramey # Comm
www.eeworm.com/read/35470/1058789

htm 0320bash.htm

www.eeworm.com/read/35675/1059723

bash example15.12.bash

filedb=db if [[ ! -e $filedb ]] then echo "$filedb does not exist" exit 1 fi
www.eeworm.com/read/229403/4756694

bash30-003

*** bash-3.0/builtins/trap.def Thu May 27 22:26:19 2004 --- bash/builtins/trap.def Thu Aug 5 08:55:43 2004 *************** *** 24,28 **** $BUILTIN trap $FUNCTION trap_builtin ! $SHORT_DOC trap [-
www.eeworm.com/read/229403/4756696

bash30-013

*** bash-3.0/bashline.c Mon Jul 5 23:22:12 2004 --- bash/bashline.c Thu Sep 2 16:00:12 2004 *************** *** 2514,2518 **** static int ind; int glen; ! char *ret; if (state == 0)
www.eeworm.com/read/229403/4756697

bash30-006

*** bash-3.0/lib/readline/display.c Thu May 27 22:57:51 2004 --- bash/lib/readline/display.c Mon Aug 30 11:55:02 2004 *************** *** 202,206 **** { char *r, *ret, *p; ! int l, rl, last, i