代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/268797/11121425

cmd brkpt3.cmd

set trace-commands on # Test break handling in the presence of subshells and canonicalization # of breakpoints # break 15 step 4 ### Try a setting and removing break inside a subshell... p "BASH_SUBS
www.eeworm.com/read/268797/11121452

sh bugifs.sh

#!/usr/bin/bash # $Id: bugIFS.sh.in,v 1.3 2007/02/11 23:06:43 rockyb Exp $ interface_names='qfe0 qfe3' ORIGIFS="$IFS" IFS=" ." set -- $interface_names PS4='foo' exit 0
www.eeworm.com/read/268797/11121599

right brkpt3.right

(subshell.sh:6): 6: x=1; y=2; z=3 +# Test break handling in the presence of subshells and canonicalization +# of breakpoints +# + break 15 Breakpoint 1 set in file subshell.sh, line 15. +step 4 (subs
www.eeworm.com/read/268797/11121608

right subshell1.right

(subshell.sh:6): 6: x=1; y=2; z=3 +### Test step inside multi-statement line... +p "BASH_SUBSHELL: $BASH_SUBSHELL" BASH_SUBSHELL: 0 +step (subshell.sh:6): 6: x=1; y=2; z=3 y=2 +step (subshell.sh:6):
www.eeworm.com/read/412356/11203748

txt help.txt

1.下载本包文件 2.step为mystep.sh的说明文档 3.设置mystep.sh的权限 chmod a+x mystep.sh 4.执行mystep.sh 5.用vi打开.<mark>bash</mark>_profile,修改自己的学号,和真实姓名 6.注销机器,重新登陆,为的是让我们刚才的配置生效 7.第一次使用首先要注册自己:进终端:register回车 8.每天来的时候,走的时候,打开终端:checki ...
www.eeworm.com/read/134913/13970496

canbus4linux

#! /bin/bash /sbin/modprobe elektor_canpar /sbin/modprobe can200par frequency=16000000 /sbin/modprobe cantronik frequency=16000000
www.eeworm.com/read/429368/8809820

txt solairs操作.txt

安装Orcale数据库需要的包:SUNWi15cs和SUNWi1cs #bash #pkgadd -d . SUNWi15cs SUNWi1cs
www.eeworm.com/read/182007/9222120

wlan0rmv

#!/bin/bash rmmod r8180 rmmod ieee80211_r8180 rmmod ieee80211_crypt_r8180
www.eeworm.com/read/374494/9402678

useradd

GROUP=500 HOME=/home INACTIVE=-1 EXPIRE= SHELL=/bin/bash SKEL=/etc/skel GROUPS= CREATE_MAIL_SPOOL=no
www.eeworm.com/read/164583/10100606

sh viterbi.sh

#! /zpr/gnu/bin/bash model=./test.smo sequence=./test100.sqd outfile=./viterbi.out ../shmm_viterbi_test $model $sequence $outfile