代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/169323/9865982
sh dfmonps.sh
#!/bin/bash
# 是否是测试版
V_DEBUG=0
F_DEBUG=1
# 监测的时间间隔,秒计
INTERVAL=5
# 重起时间间隔
INTERVALRESTART=1
# 监测和进程名
PROGRAME=./dfrecvcfg
#正常线程数
threadnum=3
while true; do
nowps=`ps -ax | grep $PROGRAME | grep -v
www.eeworm.com/read/169323/9865985
sh ylmonps31.sh
#!/bin/bash
# 是否是测试版
V_DEBUG=0
F_DEBUG=1
# 监测的时间间隔,秒计
INTERVAL=60
# 重起时间间隔
INTERVALRESTART=5
# 监测和进程名
PROGRAME=/tcpwatch31
#正常线程数
threadnum=7
while true; do
nowps=`ps -ax | grep $PROGRAME | grep -
www.eeworm.com/read/169323/9865988
sh djmonps.sh
#!/bin/bash
# 是否是测试版
V_DEBUG=0
F_DEBUG=1
# 监测的时间间隔,秒计
INTERVAL=5
# 重起时间间隔
INTERVALRESTART=1
# 监测和进程名
PROGRAME=./djrecvcfg
#正常线程数
threadnum=3
while true; do
nowps=`ps -ax | grep $PROGRAME | grep -v
www.eeworm.com/read/417848/10974278
sh undoit.sh
#!/bin/bash -norc
set -x
PATH=/sbin:.:/usr/local/fist:${PATH}
export PATH
fist_ioctl -d /mnt/wrapfs ${1:-18}
#/bin/rm /mnt/wrapfs/X-*
#cp -p /n/fist/ext2fs/X-* /mnt/wrapfs
#cp -p /n/fist/ext2fs/X-26
www.eeworm.com/read/417848/10974436
sh undoit.sh
#!/bin/bash -norc
set -x
PATH=/sbin:.:/usr/local/fist:${PATH}
export PATH
fist_ioctl -d /mnt/wrapfs ${1:-18}
#/bin/rm /mnt/wrapfs/X-*
#cp -p /n/fist/ext2fs/X-* /mnt/wrapfs
#cp -p /n/fist/ext2fs/X-26
www.eeworm.com/read/417848/10974565
sh undoit.sh
#!/bin/bash -norc
set -x
PATH=/sbin:.:/usr/local/fist:${PATH}
export PATH
fist_ioctl /mnt/wrapfs ${1:-18}
#/bin/rm /mnt/wrapfs/X-*
#cp -p /n/fist/ext2fs/X-* /mnt/wrapfs
#cp -p /n/fist/ext2fs/X-26 /m
www.eeworm.com/read/438832/7725304
sh ex40.sh
#!/bin/bash
# ex40.sh (burn-cd.sh)
# 自动刻录CDR的脚本.
SPEED=2 # 如果你的硬件支持的话, 你可以选用更高的速度.
IMAGEFILE=cdimage.iso
CONTENTSFILE=contents
DEVICE=cdrom
# DEVICE="0,0" 为了是用老版本的CDR
DEFAULTDIR=/opt #
www.eeworm.com/read/438832/7725364
bashrc
#===============================================================
#
# 个人的$HOME/.bashrc文件, 基于bash-2.05a(或更高版本)
#
# 最后更新日期: 星期2 4月15 20:32:34 CEST 2003
#
# 这个文件(一般情况下)被只会被交互式shell读取.
# 这里可以定义你的别名, 函数,
www.eeworm.com/read/438832/7725376
sh twodim.sh
#!/bin/bash
# twodim.sh: 模拟一个二维数组.
# 一维数组由单行组成.
# 二维数组由连续的多行组成.
Rows=5
Columns=5
# 5 X 5 的数组.
declare -a alpha # char alpha [Rows] [Columns];
# 没必要声明. 为什么?
load_alpha (
www.eeworm.com/read/438832/7725394
sh rot13.sh
#!/bin/bash
# rot13.sh: 典型的rot13算法,
# 使用这种方法加密至少可以愚弄一下3岁小孩.
# 用法: ./rot13.sh filename
# 或 ./rot13.sh <filename
# 或 ./rot13.sh and supply keyboard input (stdin)
cat "$@" | tr '