#!/bin/bash
#This is my first Shell program ...
echo -e "helloworld\n"
本文介绍了一个简单的Shell脚本实例,该脚本使用bash语言编写,主要功能是输出一行文本:hello world。这是学习Shell编程的基础起点。
#!/bin/bash
#This is my first Shell program ...
echo -e "helloworld\n"
681
790

被折叠的 条评论
为什么被折叠?