代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/144853/12769567

html 223.html

www.eeworm.com/read/307724/13715865

sh 01lst14.sh

bash$ gcc -c -Wall -D_GNU_SOURCE hello.c -o hello.o bash$ gcc -c hello.o -o hello bash$ ./hello Hello World! bash$ echo $? 0 bash$
www.eeworm.com/read/144212/5752804

h ansi_stdlib.h

/* ansi_stdlib.h -- An ANSI Standard stdlib.h. */ /* A minimal stdlib.h containing extern declarations for those functions that bash uses. */ /* Copyright (C) 1993 Free Software Foundation, Inc.
www.eeworm.com/read/144212/5752847

h posixjmp.h

/* posixjmp.h -- wrapper for setjmp.h with changes for POSIX systems. */ /* Copyright (C) 1987,1991 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. Bash
www.eeworm.com/read/144212/5752901

lowercase

#! /bin/bash # # original from # @(#) lowercase.ksh 1.0 92/10/08 # 92/10/08 john h. dubois iii (john@armory.com) # # conversion to bash v2 syntax done by Chet Ramey lowercase() { for file; do [ -f
www.eeworm.com/read/131315/5938733

inputrc

# My ~/.inputrc file is in -*- text -*- for easy editing with Emacs. # # Notice the various bindings which are conditionalized depending # on which program is running, or what terminal is active. # #
www.eeworm.com/read/126411/6017572

h ansi_stdlib.h

/* ansi_stdlib.h -- An ANSI Standard stdlib.h. */ /* A minimal stdlib.h containing extern declarations for those functions that bash uses. */ /* Copyright (C) 1993 Free Software Foundation, Inc.
www.eeworm.com/read/126411/6017605

h ansi_stdlib.h

/* ansi_stdlib.h -- An ANSI Standard stdlib.h. */ /* A minimal stdlib.h containing extern declarations for those functions that bash uses. */ /* Copyright (C) 1993 Free Software Foundation, Inc.
www.eeworm.com/read/103308/6219967

sh change.sh

#!/bin/bash cd $1 if test -z "$6" then echo "Executing p4 -c $2 -p $3 -u $4 change -o > $5" p4 -c $2 -p $3 -u $4 change -o > $5 else echo "Executing p4 -c $2 -p $3 -u $4 -P $6 change -o > $5" p4 -c $2
www.eeworm.com/read/103308/6219969

sh edit.sh

#!/bin/bash cd $1 if test -z "$6" then echo "Executing p4 -c $2 -p $4 -u $5 edit $3" p4 -c $2 -p $4 -u $5 edit $3 else echo "Executing p4 -c $2 -p $4 -u $5 -P $6 edit $3" p4 -c $2 -p $4 -u $5 -P $6 ed