代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/419436/2076916
linux
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# netw
www.eeworm.com/read/414605/2143174
ip-down
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ip-down.local instead
LOGDEVICE=$6
REALDEVICE=$1
[ -x /etc/ppp/ip-down.local ] && /etc/ppp/ip-down.local $*
/etc/
www.eeworm.com/read/407756/2258859
nosy
#!/bin/bash
# Scriptname: nosy
echo -e "Are you happy? \c"
read answer
echo "$answer is the right response."
echo -e "What is your full name? \c"
read first middle last
echo "Hello $first"
echo -n "W
www.eeworm.com/read/405469/2291603
mostra
#!/bin/bash
#parametro 1 variabile da cambiare
#parametro 2 valore della variabile
#parametro 3 nomefile da variare
#parametro 4 nomefile destinazione
#
A="^"$1".[a-z,0-9]"
#questa e' una regexp il cu
www.eeworm.com/read/400650/2348585
sh ex2html.sh
#!/bin/bash
# The first argument is the C file name e.g. (ex1.C) which
# is going to be converted to html.
# The output file name is implied by it.
#
# Use this like this:
# arthur(43)$ ./ex2html.sh
www.eeworm.com/read/398200/2385133
mkdisk0
#! /bin/bash
#
# Add the following lines to your ~/.mtoolsrc file before running this script
#
# drive z: file="/tmp/disk0.img" partition=1
# drive y: file="/tmp/disk0.img" partition=2
#
#
#
dd if=/d
www.eeworm.com/read/396640/2409091
svn-base convert_fonts_to_c_files.sh.svn-base
#!/bin/bash
for fl in *.cff; do
xxd -i $fl | sed -e 's/unsigned/const unsigned/' | sed -e 's/\([^[:space:]]*\)_cff/fonts_\1_cff/' > $fl.c
ls -lah $fl.c
done
www.eeworm.com/read/396640/2409107
sh convert_fonts_to_c_files.sh
#!/bin/bash
for fl in *.cff; do
xxd -i $fl | sed -e 's/unsigned/const unsigned/' | sed -e 's/\([^[:space:]]*\)_cff/fonts_\1_cff/' > $fl.c
ls -lah $fl.c
done
www.eeworm.com/read/389864/2535240
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004-2005 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man
www.eeworm.com/read/387868/2555532
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004-2005 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man