代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/470917/1440658

sed ldd-rewrite.sed

/LD_TRACE_LOADED_OBJECTS=1/a\ add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out" # ldd is generated from elf/ldd.bash.in with the name # of ld.so as generated in Makeconfig # that name is replaced
www.eeworm.com/read/466392/1511199

airoscript-win

First, we'll install cygwin and some dependency: bash xterm xorg-server ncurses x-start-menu-icons xedit (optional) tar (optional) Now, we install aircrack-ng in cygwin's bin directory. (Ju
www.eeworm.com/read/459184/1572574

sh generator.sh

#!/bin/bash # $Id: generator.sh 9537 2006-10-12 16:27:13Z nijel $ # # Shell script that adds a new function file using a template. Should not be called directly # but instead by template_Generator.sh
www.eeworm.com/read/250731/4428109

in functions.in

#!/usr/bin/env bash # # $Id: functions.in 3787 2007-01-03 15:44:47Z mortenv $ # This file contains functions to be used by most or all shell scripts # in the NAV init.d directory. # # # Copyright 2002
www.eeworm.com/read/239312/4602434

months

#!/bin/bash # Scriptname: months for month in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec do for week in 1 2 3 4 do echo -n "Processing the month of $month. OK? " read ans if [ "$ans" =
www.eeworm.com/read/237551/4624458

sed ldd-rewrite.sed

/LD_TRACE_LOADED_OBJECTS=1/a\ add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out" # ldd is generated from elf/ldd.bash.in with the name # of ld.so as generated in Makeconfig # that name is replaced
www.eeworm.com/read/237551/4624842

sed ldd-rewrite.sed

/LD_TRACE_LOADED_OBJECTS=1/a\ add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out" # ldd is generated from elf/ldd.bash.in with the name # of ld.so as generated in Makeconfig # that name is replaced
www.eeworm.com/read/233925/4663517

run

#! /bin/bash echo Generating dataset ../Generator -ds 1000 -sl 100 > d awk '{if ($2 != 2) print $0}' < d > data awk '{if ($2 == 2 && $3 >= 100) print $0}' < d > queries rm -rf d echo Creating new TP
www.eeworm.com/read/233925/4663519

run

#! /bin/bash echo Generating dataset ../Generator 10000 0 > d awk '{if ($1 == 1) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeLoad data
www.eeworm.com/read/233925/4663521

run

#! /bin/bash echo Generating dataset ../Generator 1000 100 > d awk '{if ($1 != 2) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeLoad dat