You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
510 B

7 years ago
tac
===
6 years ago
7 years ago
将文件已行为单位的反序输出
## 补充说明
**tac命令** 用于将文件已行为单位的反序输出,即第一行最后显示,最后一行先显示。
### 语法
```
tac(选项)(参数)
```
### 选项
```
-a或——append将内容追加到文件的末尾
-i或——ignore-interrupts忽略中断信号。
```
### 参数
文件列表:指定要保存内容的文件列表。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->