Skip to content

Commit 0cef809

Browse files
XingwenZhangjaywcjlove
authored andcommitted
Update awk.md (jaywcjlove#94)
1 parent 336b155 commit 0cef809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command/awk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ awk 'BEGIN{ commands } pattern{ commands } END{ commands }'
7777
**示例**
7878

7979
```shell
80-
echo -e "A line 1nA line 2" | awk 'BEGIN{ print "Start" } { print } END{ print "End" }'
80+
echo -e "A line 1\nA line 2" | awk 'BEGIN{ print "Start" } { print } END{ print "End" }'
8181
Start
8282
A line 1
8383
A line 2

0 commit comments

Comments
 (0)