代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/397090/8069242
sh rc_test.sh
#!/bin/bash
argv1="$1"
set `/sbin/runlevel`
runlevel=$2
previous=$1
export runlevel previous
echo ${runlevel}
echo ${previous}
www.eeworm.com/read/397090/8069277
sh test_test.sh
#!/bin/bash
if [ $j == 13 ]
then
echo "yes"
else
echo "no"
fi
if [ -a test_test.sh ]
then
echo "yes"
else
echo "no"
fi
if [[ -a test_test.sh && -x test_test.sh ]]
then
echo "yes"
else
www.eeworm.com/read/397085/8069369
sh test_test.sh
#!/bin/bash
if [ $j == 13 ]
then
echo "yes"
else
echo "no"
fi
if [ -a test_test.sh ]
then
echo "yes"
else
echo "no"
fi
if [[ -a test_test.sh && -x test_test.sh ]]
then
echo "yes"
else
www.eeworm.com/read/241072/13171553
txt 编译linux.txt
(1)安装toolchain,2.4.19指定用gcc2.95.3(见Readme)
bash# cd /usr/local
bash# mkdir arm
bash# cd arm
bash# tar Ixvf cross-2.95.3.tar.bz2
Add /usr/local/arm/2.95.3/bin to your path to use the cro
www.eeworm.com/read/315242/13547944
sh jdiary.sh
#!/usr/bin/env bash
#########################################################
#
# 文件名:
# jdiary.sh
# 功能:
# 启动Java日记本
# 版本:
# V1.10, 2003-11-01
# 用法:
# 先进入日记所在目录,键入./jd
www.eeworm.com/read/302827/13826892
sh autogen.sh
#!/bin/bash
autoreconf -fi;
rm -Rf autom4te*.cache;
www.eeworm.com/read/144212/5752742
c rename.c
/*
* rename - rename a file
*/
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribute it and
www.eeworm.com/read/144212/5752996
readme
This directory contains some useful bash files.
In order to use this configuration:
echo "source ~/.bashrc" > ~/.profile
echo "source /usr/share/init/bash/rc" > ~/.bashrc
echo
www.eeworm.com/read/136989/5828282
readme
James -
I found a couple of problems in my original patch, but I believe this one
works.
In order to use it:
1) Open a Cygwin console and:
Unpack the sources:
[bash-2.02]$ cd $ACE_
www.eeworm.com/read/103308/6219982
sh describe.sh
#!/bin/bash
if test -z "$5"
then
p4 -c $1 -p $3 -u $4 describe $2
else
p4 -c $1 -p $3 -u $4 -P $5 describe $2
fi