代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/312561/13609608
sh powertse.sh
#!/bin/bash
echo "Hello From Power Tse."
echo "THE 1 DEPTH OF GETTING>>>>>>>>>>>>>>>>>>>>>>>>"
./Tse -c $1 .unvisit.tmp
cat .unvisit.tmp.* > .unvisit.tmp
echo "##########" > .parsedurl.lst
cat .unvisi
www.eeworm.com/read/306144/13751773
essential-packages-list-arm
This list was generated on Sun Jul 9 23:32:22 UTC 2006 for arm
It contains a list of essential packages (which are also build-essential).
base-files
base-passwd
bash
bsdutils
coreutils
debianutils
d
www.eeworm.com/read/144212/5752841
c vi_mode.c
/* vi_mode.c -- A vi emulation mode for Bash.
Derived from code written by Jeff Sparkes (jsparkes@bnr.ca). */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is par
www.eeworm.com/read/144212/5752908
keep
# From: Seth Chaiklin
# To: chet@ins.CWRU.Edu
# Subject: bash functions (sorta)
#
# keep:
# usage: keep program
# declare the a program should be "kept". i.e. try to fg a stopped o
www.eeworm.com/read/136071/5875144
sh runtests.sh
#!/bin/bash
#Test of newdel
LD_LIBRARY_PATH="../../src" ../newdel > newdel.test
cmp newdel.good newdel.test
if [ "$?" -eq "1" ]
then
echo "newdel test FAILED"
exit 1;
else
echo "newdel
www.eeworm.com/read/133772/5901357
mkdisk0
#! /bin/bash
#
# Add the following lines to your ~/.mtoolsrc file before running this script
#
# drive z: file="/tmp/disk0.img" partition=1
# drive y: file="/tmp/disk0.img" partition=2
#
#
#
www.eeworm.com/read/131315/5938767
c vi_mode.c
/* vi_mode.c -- A vi emulation mode for Bash.
Derived from code written by Jeff Sparkes (jsparkes@bnr.ca). */
/* Copyright (C) 1988, 1991 Free Software Foundation, Inc.
This file is part of t
www.eeworm.com/read/126411/6017596
standalone
This is a description of C preprocessor defines that readline accepts.
Most are passed in from the parent `make'; e.g. from the bash source
directory.
NO_SYS_FILE is not present
HAVE_UN
www.eeworm.com/read/126411/6017598
c vi_mode.c
/* vi_mode.c -- A vi emulation mode for Bash.
Derived from code written by Jeff Sparkes (jsparkes@bnr.ca). */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is par
www.eeworm.com/read/101990/6234762
run-all
#!/bin/bash
mkdir -p out
scripts=""
options=""
abort_if_fail=true
while [ $# -gt 0 ]; do
opt=$1; shift
case $opt in
--continue)
abort_if_fail=false;;
--reader)
options="$options $opt $1"
s