代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/384848/2596932
readme
This directory contains some useful bash files.
In order to use this configuration:
echo "source ~/.bashrc" > ~/.profile
echo "source /usr/share/init/bash/rc" > ~/.bashrc
echo
www.eeworm.com/read/374494/9402853
tst-passwd
#!/bin/bash
export LANG=C
TEMPDIR=`mktemp -d tests.XXXXXX`
echo "root:x:0:0:root:/root:/bin/bash" > tst-passwd.passwd
echo "root:valid:0:0:root:/root:/bin/bash" > tst-passwd.noshadow
echo "root:!va
www.eeworm.com/read/16793/691135
sub array5.sub
: ${TMPDIR:=/tmp}
mkdir $TMPDIR/bash-test-$$
cd $TMPDIR/bash-test-$$
trap "cd / ; rm -rf $TMPDIR/bash-test-$$" 0 1 2 3 6 15
touch '[3]=abcde'
touch r s t u v
declare -a x=(*)
echo ${x[3]}
echo
www.eeworm.com/read/465304/1521256
test absoulte_path_fixed.test
args=search -F /bin/bash
bug=469375
www.eeworm.com/read/458682/7291461
sh mailbox_grep.sh
#!/bin/bash
# Script by Francisco Lobo,
#+ and slightly modified and commented by ABS Guide author.
# Used in ABS Guide with permission. (Thank you!)
# This script will not run under Bash versions
www.eeworm.com/read/458682/7291749
sh ex68a.sh
#!/bin/bash
# Optimized Sieve of Eratosthenes
# Script by Jared Martin, with very minor changes by ABS Guide author.
# Used in ABS Guide with permission (thanks!).
# Based on script in Advanced Bash
www.eeworm.com/read/157806/11662648
configure
#! /bin/bash
#
# This is a completely home made bash script that make som fixes to the Makefile.
# I created this script because of a Qt bug which resulted in compilation errors and
# because of qma
www.eeworm.com/read/16793/691572
po vi.po
# Vietnamese translation for BASH (Bourne Again SHell).
# Copyright © 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the bash package.
# Clytie Siddall
www.eeworm.com/read/16793/691730
authors
#
# Master author manifest for bash
#
# The files in lib/intl were taken from the GNU gettext distribution.
#
# Any files appearing in the bash distribution not listed in this file
# were created by C