Linux Bash Shell学习(二十):命令行处理

    本文也即《Learning the bash Shell》3rd Edition的第七章Input/Output and Command-Line Processing之读书笔记之四...

Linux Bash Shell学习(十九):String I/O——read

  本文也即《Learning the bash Shell》3rd Edition的第七章Input/Output and Command-Line Processing之读书笔记之三。我们的目的...

Linux Bash Shell学习(十六):数组

  本文也即《Learning the bash Shell》3rd Edition的第六章Command-Line Options and Typed varilables之读书笔记之三,但我们将...

Linux Bash Shell学习(十五):变量类型和整型运算

  本文也即《Learning the bash Shell》3rd Edition的第六章Command-Line Options and Typed varilables之读书笔记之二,但我们将...

Linux Bash Shell学习(十四):命令行选项

  本文也即《Learning the bash Shell》3rd Edition的第六章Command-Line Options and Typed varilables之读书笔记之一,但我们将...

Linux Bash Shell学习(十):流程控制——for

  本文也即《Learning the bash Shell》3rd Edition的第五章Flow Control之读书笔记之二,但我们将不限于此。flow control是任何编程语言中很常用的...

Linux基本功系列之dd命令

1. dd 命令介绍Linux dd 命令用于读取、转换并输出数据,换言之就是转换和拷贝文件dd 可从标准输入或文件中读取数据,根据指定的格式来转换数据,再输出到文件、设备或标准输出。2. 语法格式及...

Linux Bash Shell学习(五):特殊文件、别名、选项和参数

  本文也即《Learning the bash Shell》3rd Edition的第三章Customizing Your Environment之读书笔记,但我们将不限于此。设置一个好的用户环境...

Linux Bash Shell学习(七):shell编程基础——运行Shell脚本、function

  本文也即《Learning the bash Shell》3rd Edition的第四章Basic Shell Programming之读书笔记,但我们将不限于此。运行shell脚本程序 sou...

Linux Bash Shell学习(十七):I/O重定向

  本文也即《Learning the bash Shell》3rd Edition的第七章Input/Output and Command-Line Processing之读书笔记之一。我们曾经学...