代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/16793/691699

h arrayfunc.h

/* arrayfunc.h -- declarations for miscellaneous array functions in arrayfunc.c */ /* Copyright (C) 2001-2010 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/16793/691738

h bashansi.h

/* bashansi.h -- Typically included information required by picky compilers. */ /* Copyright (C) 1993-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/35675/1059572

14 example16.14

#! /bin/bash # crond Start/Stop the cron clock daemon. # # chkconfig: 2345 90 60 # description: cron is a standard UNIX program that runs # user-specified programs at periodic scheduled times. # conf
www.eeworm.com/read/35675/1059592

xcolors

#!/bin/bash # Scriptname: xcolors echo -n "Choose a foreground color for your xterm window: " read color case "$color" in [Bb]l??) xterm -fg blue -fn terminal & ;; [Gg]ree*) xterm -fg darkgreen
www.eeworm.com/read/35675/1059607

do_square

#!/bin/bash # Scriptname: do_square function square { local sq # sq is local to the function let "sq=$1 * $1" echo "Number to be squared is $1." echo "The result is $sq " } echo "Give me a
www.eeworm.com/read/453168/1642116

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/250015/4443145

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/249144/4455839

libtool

#! /bin/bash # libtool - Provide generalized library-building support services. # Generated automatically by ltconfig (GNU libtool 1.3.5 (1.385.2.206 2000/05/27 11:12:27)) # NOTE: Changes made to thi
www.eeworm.com/read/247156/4488703

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/239312/4602402

xcolors

#!/bin/bash # Scriptname: xcolors echo -n "Choose a foreground color for your xterm window: " read color case "$color" in [Bb]l??) xterm -fg blue -fn terminal & ;; [Gg]ree*) xterm -fg darkgreen