流程控制:if 分支结构 In the last chapter, we were presented with a problem. How can we make our report generator script adapt to the privileges of the user running the script? The soluti...
(字符)展开 路径名展开 波浪线展开 算术表达式展开 花括号展开 参数展开 命令替换 引用 双引号 单引号 转义字符 总结归纳 拓展阅读 In this chapter we are going to look at some of the “magic” that occurs on the command line when ...
归档和备份 压缩文件 gzip bzip2 归档文件 tar zip 同步文件和目录 在网络间使用 rsync 命令 拓展阅读 归档和备份 One of the primary tasks of a computer system’s administrator is keeping the system’s data secure...
数组 In the last chapter, we looked at how the shell can manipulate strings and numbers. The data types we have looked at so far are known in computer science circles as scalar var...
Windows 用户: ARM的IDE工具,使用的是ARM标准的汇编语言。 ARM 汇编语言源程序语句,一般由指令、伪操作、宏指令和伪指令等组成。ARM汇编语言的设计基础是汇编伪指令,汇编伪操作和宏指令. 目前常用的 ARM编译环境 有2种: ARM ASM: ARM公司的IDE中使用了CodeWarrior的编译器,大多数 Windows开发者...