shell 博客目录
shell 基础
- shell 基础
- shell 变量
- shell 字符串
- shell 数组
- shell 参数传递
- shell 运算符
- shell 文件测试
- shell 流程控制
- shell 重定向中的 & 符号
- shell 函数
- shell 文件包含
shell 符号
shell 内建命令
shell 常用命令
- chroot 命令
- expr
- grep 【https://blog.csdn.net/fwq11223344/article/details/87860503】
file -i 查看文件格式,当文件格式影响可能会导致出现 “Binary file bw.c matches” 问题
shell常用操作
其他
参考资料
- 菜鸟教程shell
- C语言中文网shell教程
- Bash Reference Manual (Edition 4.4, for Bash Version 4.4.September 2016)
something to know
- shell 如何读文件?