代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/357852/10200320

cpp qonsole.cpp

#include "qonsole.h" #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/357852/10200324

cpp qonsole.cpp

#include "qonsole.h" #include #include #include #include #include //start id=constructor Qonsole::Qonsole() { m_Logw = new LogWindow
www.eeworm.com/read/422517/10632567

compile

#!/bin/bash #echo "flex -d -o fcl-scanner.cc fcl-scanner.ll" #flex -d -o fcl-scanner.cc fcl-scanner.ll #echo "bison -d -o fcl-parser.cc fcl-parser.yy" #bison -d -o fcl-parser.cc fcl-parser.yy echo "
www.eeworm.com/read/419426/10868155

sh run_fw_update_test_nand.sh

#!/bin/bash for ((i=0; i < 100000; i++)) do seed=$RANDOM j=$(( $i % 10 )) rm seed*$j echo $seed>seed-for-run-$i rm emfile-2k-0-*$j cp emfile-2k-0 emfile-2k-0-$i echo "####
www.eeworm.com/read/461921/7214451

sh run_fw_update_test_nand.sh

#!/bin/bash for ((i=0; i < 100000; i++)) do seed=$RANDOM j=$(( $i % 10 )) rm seed*$j echo $seed>seed-for-run-$i rm emfile-2k-0-*$j cp emfile-2k-0 emfile-2k-0-$i echo "####
www.eeworm.com/read/459549/7273941

sh run_fw_update_test_nand.sh

#!/bin/bash for ((i=0; i < 100000; i++)) do seed=$RANDOM j=$(( $i % 10 )) rm seed*$j echo $seed>seed-for-run-$i rm emfile-2k-0-*$j cp emfile-2k-0 emfile-2k-0-$i echo "####
www.eeworm.com/read/438832/7725336

sh subshell.sh

#!/bin/bash # subshell.sh echo echo "Subshell level OUTSIDE subshell = $BASH_SUBSHELL" # Bash, 版本3, 添加了这个新的 $BASH_SUBSHELL 变量. echo outer_variable=Outer ( echo "Subshell level INSIDE su
www.eeworm.com/read/438832/7725440

sh script-array.sh

#!/bin/bash # script-array.sh: 将这个脚本的内容赋值给数组. # 这个脚本的灵感来自于Chris Martin的e-mail(感谢!). script_contents=( $(cat "$0") ) # 将这个脚本的内容($0) #+ 赋值给数组. for element in $(se
www.eeworm.com/read/438832/7725758

sh hello.sh

#!/bin/bash # hello.sh: 显示"hello"还是"goodbye" #+ 依赖于脚本是如何被调用的. # 在当前目录下($PWD)为这个脚本创建一个链接: # ln -s hello.sh goodbye # 现在, 通过如下两种方法来调用这个脚本: # ./hello.sh # ./goodbye HELLO_CALL=65 GOODBYE_
www.eeworm.com/read/144212/5753072

h hpux10-dlfcn.h

/* * HPUX 10.x stubs to implement dl* in terms of shl* * * Not needed for later versions; HPUX 11.x has dlopen() and friends. * * configure also needs to be faked out. You can create a dummy lib