代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/272094/10971338
torunremote
#!/bin/bash
################################################################################
# torunremote
#
# Copyright (C) 2007 Fernando G. Tinetti
#
# This program is free software; you can redistr
www.eeworm.com/read/272094/10971347
tocompile
#!/bin/bash
################################################################################
# tocompile
#
# Copyright (C) 2007 Fernando G. Tinetti
#
# This program is free software; you can redistrib
www.eeworm.com/read/272094/10971352
torunask
#!/bin/bash
################################################################################
# torunask
#
# Copyright (C) 2007 Fernando G. Tinetti
#
# This program is free software; you can redistribu
www.eeworm.com/read/458682/7291677
sh ex9.sh
#!/bin/bash
# ex9.sh
# Variables: assignment and substitution
a=375
hello=$a
#-------------------------------------------------------------------------
# No space permitted on either side of = sign
www.eeworm.com/read/458682/7291771
sh ex45.sh
#!/bin/bash
# Demonstrating some of the uses of 'expr'
# =======================================
echo
# Arithmetic Operators
# ---------- ---------
echo "Arithmetic Operators"
echo
a=`expr 5 + 3`
www.eeworm.com/read/339483/12231779
sh ex45.sh
#!/bin/bash
# Demonstrating some of the uses of 'expr'
# =======================================
echo
# Arithmetic Operators
# ---------- ---------
echo "Arithmetic Operators"
echo
a=`expr 5 + 3`
www.eeworm.com/read/214576/15095948
sh makedist.sh
#!/bin/bash -eux
# Copyright (C) 2005 Pascal Schmidt
###########################################################################
# ttylinux build s
www.eeworm.com/read/487320/1237497
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done
www.eeworm.com/read/196926/5100210
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done
www.eeworm.com/read/196550/5101909
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done