代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/243262/12952296

configure

#!/usr/bin/env bash # # Shell script to configure SPIM. # # Copyright (C) 1992-2004 by James Larus (larus@cs.wisc.edu). # ALL RIGHTS RESERVED. # # SPIM is distributed under the following conditions: #
www.eeworm.com/read/306144/13751752

essential-packages-list-powerpc

This list was generated on Sun Jul 9 23:34:39 UTC 2006 for powerpc It contains a list of essential packages (which are also build-essential). base-files base-passwd bash bsdutils coreutils debianuti
www.eeworm.com/read/306144/13751759

essential-packages-list-alpha

This list was generated on Sun Jul 9 23:31:48 UTC 2006 for alpha It contains a list of essential packages (which are also build-essential). base-files base-passwd bash bsdutils coreutils debianutils
www.eeworm.com/read/306144/13751760

essential-packages-list-mipsel

This list was generated on Sun Jul 9 23:34:18 UTC 2006 for mipsel It contains a list of essential packages (which are also build-essential). base-files base-passwd bash bsdutils coreutils debianutil
www.eeworm.com/read/306144/13751761

essential-packages-list-hppa

This list was generated on Sun Jul 9 23:32:39 UTC 2006 for hppa It contains a list of essential packages (which are also build-essential). base-files base-passwd bash bsdutils coreutils debianutils
www.eeworm.com/read/306144/13751766

essential-packages-list-mips

This list was generated on Sun Jul 9 23:34:01 UTC 2006 for mips It contains a list of essential packages (which are also build-essential). base-files base-passwd bash bsdutils coreutils debianutils
www.eeworm.com/read/306144/13751767

essential-packages-list-sparc

This list was generated on Sun Jul 9 23:35:15 UTC 2006 for sparc It contains a list of essential packages (which are also build-essential). base-files base-passwd bash bsdutils coreutils debianutils
www.eeworm.com/read/149795/5696909

sh kill_sem.sh

#!/bin/bash OS=`uname -s` echo $OS if [ "$OS" == "Linux" ] then ipcrm sem `cat /proc/sysvipc/sem | awk '{ print $2; }'` ipcrm shm `cat /proc/sysvipc/shm | awk '{ print $2; }'` elif [ "$OS" == "S
www.eeworm.com/read/144212/5752751

c getcwd.c

/* getcwd.c -- stolen from the GNU C library and modified to work with bash. */ /* Copyright (C) 1991 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library i
www.eeworm.com/read/144212/5752842

h posixstat.h

/* posixstat.h -- Posix stat(2) definitions for systems that don't have them. */ /* Copyright (C) 1987,1991 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell