代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/207387/5001579
bash rmcastplot.bash
#!/bin/bash
#Config
RMLOG=rmlog.awk
#Functions
usage(){
echo
echo "--------------------------------------------------------------------------------------------------------
www.eeworm.com/read/207387/5001581
bash autoplot.bash
#!/bin/bash
# AWK script
AWKSCRIPT=rmlog2.awk
#Functions
usage(){
echo
echo "----------------------------------------------------------------------------------------------
www.eeworm.com/read/207387/5001582
bash rmcastlossplot.bash
#!/bin/bash
for i in `ls *.loss`;do
awk -f lossplot.awk $i
done
for i in `ls *.plot`;do
echo "set term png small color">temp
echo "set output \"${i}.png\"">>temp
echo "plot \"$i\"
www.eeworm.com/read/190346/5183891
bash_completion
# Programmable completion for the Subversion svn command under bash. Source
# this file (or on some systems add it to ~/.bash_completion and start a new
# shell) and bash's completion mechanism will
www.eeworm.com/read/177816/5319830
defaults bash.defaults
##
# Bash
# User preferences file
# Override these in rc.mine
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
##
if [ -n "$PS1" ]; then
# Prompts
PS1='[\h:\w] \u
www.eeworm.com/read/288222/4008944
bash parse.bash
#!/bin/bash
# A small example program for using the new getopt(1) program.
# This program will only work with bash(1)
# An similar program using the tcsh(1) script language can be found
# as parse.tc
www.eeworm.com/read/288222/4008945
bash test.bash
#!/bin/bash
if `getopt -T >/dev/null 2>&1` ; [ $? = 4 ] ; then
echo "Enhanced getopt(1)"
else
echo "Old getopt(1)"
fi
www.eeworm.com/read/278796/4141633
defaults bash.defaults
##
# Bash
# User preferences file
# Override these in rc.mine
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
##
if [ -n "$PS1" ]; then
# Prompts
PS1='[\h:\w] \u
www.eeworm.com/read/273662/4201364
bash_completion
# Programmable completion for the Subversion svn command under bash. Source
# this file (or on some systems add it to ~/.bash_completion and start a new
# shell) and bash's completion mechanism will k
www.eeworm.com/read/273660/4202441
bash_completion
# Programmable completion for the Subversion svn command under bash. Source
# this file (or on some systems add it to ~/.bash_completion and start a new
# shell) and bash's completion mechanism will k