代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/103308/6219979

sh getcommandinit.sh

#!/bin/bash echo "Executing: cd $1" cd $1
www.eeworm.com/read/103308/6219993

sh runscript.sh

#!/bin/bash cd $1 pcli run -s"$2" $3 $4
www.eeworm.com/read/103308/6220007

sh preeditpagelet.sh

#!/bin/bash cd $1 cvs -d $2 edit $3
www.eeworm.com/read/103308/6220017

sh getcommandinit.sh

#!/bin/bash echo "Executing: cd $1" cd $1
www.eeworm.com/read/327092/6345897

html 0009-0011.html

Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/255775/12056527

sh compile.sh

#! /bin/bash gcc $1.c -Wall -o$1 -DDCCP -g
www.eeworm.com/read/227899/14406730

wav2raw

#!/bin/bash sox $1 -r 11025 -c 1 -u -b -t raw $2
www.eeworm.com/read/125063/14515166

to_alaw

#!/bin/bash sox -w -s -t raw -r 8000 - -b -A -t raw -r 8000 -
www.eeworm.com/read/125063/14515169

from_ulaw

#!/bin/bash sox -b -U -t raw -r 8000 - -w -s -t raw -r 8000 -
www.eeworm.com/read/125063/14515171

to_ulaw

#!/bin/bash sox -w -s -t raw -r 8000 - -b -U -t raw -r 8000 -