Shell 的能力
重定向
- < 打开作为标准输入
- > 打开作为标准输出
- >> 追加到这个文件尾部
- | 标准输出到输入的管道
参数扩展
内置函数
脚本编程中的 Bash 内置函数:
- alias
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
本文介绍了Shell中重定向的基本用法,包括作为标准输入、输出及追加操作,并探讨了参数扩展和Bash内置函数的应用。
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
194
252

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