代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/374581/2749477

tests shift1.tests

$THIS_SH -c 'shift; echo "$@"' 0 1 2 3 4 #We do abort on -1, but then we abort. bash executes echo. $THIS_SH -c 'shift -1; echo "$@"' 0 1 2 3 4 $THIS_SH -c 'shift 0; echo "$@"' 0 1 2 3 4 $THIS_SH
www.eeworm.com/read/357352/3016101

tests shift1.tests

$THIS_SH -c 'shift; echo "$@"' 0 1 2 3 4 #We do abort on -1, but then we abort. bash executes echo. $THIS_SH -c 'shift -1; echo "$@"' 0 1 2 3 4 $THIS_SH -c 'shift 0; echo "$@"' 0 1 2 3 4 $THIS_SH
www.eeworm.com/read/160303/5575323

tft

#!/bin/bash # # RCSID $Id: tft,v 1.4 2002/04/24 07:36:18 mcr Exp $ # # This script is OBSOLETE -- rgb, May 6th, 1998 insmod ipsec.o tncfg attach ipsec0 eth2 ifconfig ipsec0 10.2.0.143 up netmask 255.
www.eeworm.com/read/160303/5575326

ttn

#!/bin/bash # # RCSID $Id: ttn,v 1.4 2002/04/24 07:36:18 mcr Exp $ # # This script is OBSOLETE -- rgb, May 6th, 1998 set +v insmod ipsec.o tncfg attach ipsec0 eth2 ifconfig ipsec0 10.2.0.143 up netmas
www.eeworm.com/read/294402/8227275

backup

#! /bin/sh # this bash used to back the source of SEU-3D ## Created By Xu Yuan @2005-11-03 ## fix Bug @2006-2-14 BACK_FILE=`ls seu-3d-*` if `test BACK_FILE$`; \ then rm -fr seu
www.eeworm.com/read/334836/12571002

backup

#! /bin/sh # this bash used to back the source of SEU-3D ## Created By Xu Yuan @2005-11-03 ## fix Bug @2006-2-14 BACK_FILE=`ls seu-3d-*` if `test BACK_FILE$`; \ then rm -fr seu
www.eeworm.com/read/275498/10815274

txt experience.txt

/etc/gdm/gdm.conf-custom 里面有配置背景颜色的 编译当前C gcc -o ${GEDIT_CURRENT_DOCUMENT_PATH%.c} $GEDIT_CURRENT_DOCUMENT_PATH gnome-terminal -e ${GEDIT_CURRENT_DOCUMENT_PATH%.c} 运行当前shell /bin/bash $GEDIT_CURR
www.eeworm.com/read/469350/6973358

sh cms.sh

#!/bin/bash SOURCE_ROOT="/home/source" SOURCE_DIR="$SOURCE_ROOT/dir" REMOTE_IP="xxx.xxx.xxx.xxx" REMOTE_DIR="/home/backup" LOCAL_LOCK_FILE="$SOURCE_ROOT/cms_lockfile" REMOTE_LOCK_FILE="/tmp/web_cp_loc
www.eeworm.com/read/463439/7109473

nnlim

#!/bin/bash sel=${1:-all} limit=${2:-1e-6} cnt=${3:-20} off=${4:-1} inc=${5:-7} add=$6 explist="1.05 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0" mmtlist="0.05 0.1 0.15 0.2 0.25 0.3 0.4 0.5 0.6 0.7 0.8
www.eeworm.com/read/446564/7576683

mti run.mti

#! /bin/env bash vlog ../bench/ahb2wb_tb.v vsim -novopt -c work.ahb2wb_tb -do "log -r /*; run -all; quit -f" 2>&1 | tee transcript.log echo "Converting to vcd ..." wlf2vcd vsim.wlf > vsim.vcd gtkwave