Opening File Descriptors for Reading and Writing

重定向操作符

[n]<>word

使得以 word 扩展结果为名的文件被打开,通过文件描述符 n 进行读写。如果没有指定 n 那么就使用文件描述符 0。如果文件不存在,它将被创建。