代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/283598/9002409
txt linux程式设计-11.shell script(bash)--(1)简介.txt
Linux程式设计-11.Shell Script(bash)--(1)简介
--------------------------------------------------------------------------------
第八军团 时间:2004-1-15 22:23:47
众所皆知地,UNIX上以小工具着名,利用许多简单的小工具,来完成原本需要
www.eeworm.com/read/283598/9003044
txt linux的shell编程(三).txt
Linux的shell编程(三)
--------------------------------------------------------------------------------
第八军团 时间:2004-1-15 22:21:56
接下来以bash为例向大家介绍shell程序设计的高级部分:shell编程的流程控制、调试方法及shell程序的运行
www.eeworm.com/read/283598/9003065
txt linux的shell编程(一).txt
Linux的shell编程(一)
--------------------------------------------------------------------------------
第八军团 时间:2004-1-15 22:20:27
Shell本身是一个用C语言编写的程序,它是用户使用Linux的桥梁。Shell既是一种命令语言,又是一种程序设计语
www.eeworm.com/read/426669/9006594
c l-out.c
/*l-out.c simple pipe .c , you can ripper it if you need.
compile with gcc l-out.c -o l-out
usage :
bash-2.05a$ ./ciao "nmap localhost" lupo
bash-2.05a$ cat lupo
Starting nmap V. 3.00 ( ww
www.eeworm.com/read/378373/9233854
sh create-archive.sh
#!/bin/bash
rm cppreference-files.tar.gz && cd ../ && tar cvf cppreference-files.tar cppreference.com && gzip cppreference-files.tar && mv cppreference-files.tar.gz cppreference.com/ && cd cppreferen
www.eeworm.com/read/374494/9402866
tst-pwconv
#!/bin/bash
export LANG=C
TEMPDIR=`mktemp -d tests.XXXXXX`
cat
www.eeworm.com/read/420401/10797097
sh myscript.sh
#!/bin/bash
echo -e "Content-Type:text/html\r"
echo -e "\r"
echo "-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>-=>
Hello World!HaHa,I Have Fin