Skip to content

Commit

Permalink
doc: update awk.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 30, 2022
1 parent 909527d commit 1e4b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/awk.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ awk -F: '{print $1, $NF}' /etc/passwd
| | `$NF` | 最后一个字段 |
| | `/etc/passwd` | 输入数据文件 |

### Awk program
### Awk 程序

```bash
BEGIN {<初始化>}
Expand Down

0 comments on commit 1e4b812

Please sign in to comment.