代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/339483/12231254

html bashver3.html

Bash, version 3
www.eeworm.com/read/252270/12290116

txt unix的环境变量1(转中华技术网).txt

作者:studyboy email: studyboy@21cn.com 日期:2001-7-22 21:36:07 一、SHELL的功能及分类 SHELL是UNIX作业系统中的'命令编译器'(Command Inter- preter),它基本上是一个常驻的执行程式,它在使用者一签入 成功後就立即被载入(可在签入後以ps指令看到),主要功能则 在於接受使用者的指令、寻找
www.eeworm.com/read/252270/12290391

txt 玩转linux shell命令提示符(不想占用行数).txt

作者:studyboy email: studyboy@21cn.com 日期:9/7/2001 2:53:07 PM ideal(2001-08-30 09:41) Daniel Robbins Gentoo Technologies 公司总载兼首席执行官 2000 年 9 月 内容: 提示行基础 彩色化 Xterm 中的乐趣 参考资源 作者简
www.eeworm.com/read/233039/14171802

txt visual-bell.txt

闪光警告 mini-Howto Alessandro Rubini, rubini@linux.it v2.2, 11十一月 1997 ____________________________________________________
www.eeworm.com/read/231996/14212013

listhilbert

#!/bin/bash # Prints a big list of Hilbert polynomials function doit { gen/hilbertpoly $1 } for ((i=3; i
www.eeworm.com/read/228991/14356191

txt ch5.txt

Chapter 5 ------------------------------------- Read Characters from the Keyboard and Save Them as a String Variable ------------------------------------- #!/bin/bash clear echo " " echo "En
www.eeworm.com/read/126766/14404684

html 4.html

www.eeworm.com/read/126766/14404887

html 4.html

www.eeworm.com/read/227899/14406732

sh ring.sh

#!/bin/bash kill -USR1 `ps -efa | grep 'voice tty' | grep -v grep | awk '{print $2}'`
www.eeworm.com/read/125063/14515167

playit

#!/bin/bash sox -w -s -v 100000 -t raw -r 8000 $1 /tmp/delme.wav; splay /tmp/delme.wav