代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/166356/10022675
rc
#! /bin/bash
#
# rc This file is responsible for starting/stopping
# services when the runlevel changes.
#
# Original Author:
# Miquel van Smoorenburg,
www.eeworm.com/read/469719/6925761
sh ipmsg.sh
#!/bin/bash
PREFIX=
if [ -L "$0" ]; then
PREFIX=`readlink -f $0`
if [ $? -eq 0 ]; then
PREFIX=`dirname $PREFIX`
else
PREFIX=`file $0`
www.eeworm.com/read/463439/7109451
clrn
#!/bin/bash
sel=${1:-all}
cnt=${2:-20}
off=${3:-0}
add=$4
#-----------------------------------------------------------------------
function run ()
{ # --- run one clus
www.eeworm.com/read/463439/7109467
cntres
#!/bin/bash
sel=${1:-all}
cnt=${2:-20}
off=${3:-1}
inc=${4:-7}
add=$5
#-----------------------------------------------------------------------
function genrefs ()
{ #
www.eeworm.com/read/458682/7291342
sh horserace.sh
#!/bin/bash
# horserace.sh: Very simple horserace simulation.
# Author: Stefano Palmeri
# Used with permission.
################################################################
# Goals of the script
www.eeworm.com/read/458682/7291503
sh base.sh
#!/bin/bash
###########################################################################
# Shellscript: base.sh - print number to different bases (Bourne Shell)
# Author : Heiner Steven (heiner.ste
www.eeworm.com/read/139695/13139133
sh daily.sh
#!/usr/local/bin/bash
first_msg()
{
echo "***********************************************************"
echo " "
echo "The batch process BACKUP_DAILY is starting at [ 'date' ]"
echo "
www.eeworm.com/read/129848/5969715
sh daily.sh
#!/usr/local/bin/bash
first_msg()
{
echo "***********************************************************"
echo " "
echo "The batch process BACKUP_DAILY is starting at [ 'date' ]"
echo "
www.eeworm.com/read/129064/5975216
sh daily.sh
#!/usr/local/bin/bash
first_msg()
{
echo "***********************************************************"
echo " "
echo "The batch process BACKUP_DAILY is starting at [ 'date' ]"
echo "
www.eeworm.com/read/129064/5975308
sh daily.sh
#!/usr/local/bin/bash
first_msg()
{
echo "***********************************************************"
echo " "
echo "The batch process BACKUP_DAILY is starting at [ 'date' ]"
echo "