查找文件 locate - 查找文件的简单方法 find - 查找文件的复杂方式 Tests 操作符 预定义的操作 用户定义的行为 提高效率 xargs 返回操练场 选项 拓展阅读 查找文件 As we have wandered around our Linux system, one thing has become abu...
归档和备份 压缩文件 gzip bzip2 归档文件 tar zip 同步文件和目录 在网络间使用 rsync 命令 拓展阅读 归档和备份 One of the primary tasks of a computer system’s administrator is keeping the system’s data secure...
本地环境设置 文本编辑器 C 编译器 UNIX/Linux 上的安装 Mac OS 上的安装 Windows 上的安装 gcc Visual Studio 2010 小结: 本地环境设置 如果您想要设置 C 语言环境,您需要确保电脑上有以下两款可用的软件:文本编辑器 和 C 编译器。 文本编辑器 这将用于输入您的程序。 文本编...
数组 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...
打包系统 软件包管理系统是怎样工作的 包文件 资源库 依赖性 常见软件包管理任务 查找资源库中的软件包 卸载软件 经过资源库来更新软件包 经过软件包文件来升级软件 列出所安装的软件包 确定是否安装了一个软件包 显示所安装软件包的信息 总结归纳 拓展阅读 If we spend any time in the Linux com...