代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/293480/3930284

sh festvoxtofreetts.sh

#!/bin/bash # Portions Copyright 2003 Sun Microsystems, Inc. # Portions Copyright 1999-2003 Language Technologies Institute, # Carnegie Mellon University. # All Rights Reserved. Use is subject to lic
www.eeworm.com/read/288222/4008947

tcsh parse.tcsh

#!/bin/tcsh # A small example program for using the new getopt(1) program. # This program will only work with tcsh(1) # An similar program using the bash(1) script language can be found # as parse.ba
www.eeworm.com/read/273662/4201561

wcgrep

#!/bin/bash # Copyright 2004 Ben Reser # Licensed under the terms subversion ships under or GPLv2. # Useful for greping in a subversion working copy. # Essentially it behaves the s
www.eeworm.com/read/273660/4202638

wcgrep

#!/bin/bash # Copyright 2004 Ben Reser # Licensed under the terms subversion ships under or GPLv2. # Useful for greping in a subversion working copy. # Essentially it behaves the s
www.eeworm.com/read/438676/1824077

sh fb_kernel_check.sh

#!/bin/bash # test if kernel is > 2.6.15 echo "fb_kernel_check.sh: Checking version of kernel headers located in ${1}." if [ -z "$1" ] then echo "Error: you must pass the path to your Linux kernel
www.eeworm.com/read/432906/1888087

sparse-merge

#!/bin/bash # Generate a patch for each of the ia64 files in the linux-2.6-xen-sparse tree # Path to mercurial tree of upstream Linux # WARNING: This will do an 'hg up -C' on the upstream Linux tree,
www.eeworm.com/read/428548/1958500

tests read_t.tests

# bash 3.2 outputs: # >< { echo -n 'te'; sleep 2; echo 'st'; } | (read -t 1 reply; echo ">$reply$reply
www.eeworm.com/read/428548/1958690

sh mkrootfs.sh

#!/bin/bash # # mkrootfs.sh - creates a root file system # # TODO: need to add checks here to verify that busybox, uClibc and bzImage # exist # command-line settable variables BUSYBOX_DIR=.. UCLIBC
www.eeworm.com/read/421397/2052954

sh build.sh

#!/bin/bash # build.sh -- builds JAR and XPI files for mozilla extensions # by Nickolay Ponomarev # (original version based on Nathan Yergler's build script) # Most recent ve
www.eeworm.com/read/418008/2094426

sh mkrootfs.sh

#!/bin/bash # # mkrootfs.sh - creates a root file system # # TODO: need to add checks here to verify that busybox, uClibc and bzImage # exist # command-line settable variables BUSYBOX_DIR=.. UCLIBC